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

python310Packages.peaqevcore: 3.2.0 -> 3.3.0
This commit is contained in:
Fabian Affolter 2022-07-27 10:02:14 +02:00 committed by GitHub
commit 1ff6cef3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "3.2.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cNbCGz/mXR7xrwdxmtD36v8ROCvLe5w1sD0M6aSrONE=";
hash = "sha256-0Smw0WyGWgGR+NunWT06y2OpKmMA84cxrn01CvE655A=";
};
postPatch = ''