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

python310Packages.peaqevcore: 5.14.0 -> 5.16.7
This commit is contained in:
Fabian Affolter
2022-08-30 16:55:28 +02:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.14.0";
version = "5.16.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YDdQ/q/QyR9vgY0jteAfQg6A4oCPKjFLySt/g74+eyw=";
hash = "sha256-hL07M5lelXmxhSVkY0dmnQWpI6B/9pW7jf00x/nDaJU=";
};
postPatch = ''