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

python310Packages.peaqevcore: 0.4.2 -> 0.4.7
This commit is contained in:
Fabian Affolter 2022-06-12 11:30:21 +02:00 committed by GitHub
commit 07982165e3
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.2";
version = "0.4.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s7vJ4rAOQPZBhCA8Q+ZJl6RBTBmP90XA9c6B/xwoHU0=";
hash = "sha256-DEK8vOWHv+O6zpzluUkhozsihhM9Ad2lOCEf4YnT+Yk=";
};
postPatch = ''