Merge pull request #209864 from r-ryantm/auto-update/python310Packages.peaqevcore

This commit is contained in:
Sandro 2023-01-09 15:43:07 +01:00 committed by GitHub
commit 86bfbebc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "10.1.4";
version = "10.2.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-h3kNmWa9ZOpI0DG49H3n1MPZu753nrdzSIh8V5N3H6I=";
hash = "sha256-uQPz7IB14dFrupZIA87jG5P7USaGKs0WWlgbaLAEPp4=";
};
postPatch = ''