Merge pull request #177462 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 0.4.7 -> 1.0.11
This commit is contained in:
Fabian Affolter 2022-06-13 09:06:14 +02:00 committed by GitHub
commit 9b058b4b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.4.7";
version = "1.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DEK8vOWHv+O6zpzluUkhozsihhM9Ad2lOCEf4YnT+Yk=";
hash = "sha256-cY2+H6FiojUEOHuA+wuIubtJKjNQlgten1edWgkoLb0=";
};
postPatch = ''