python310Packages.peaqevcore: 5.12.0 -> 5.13.0

This commit is contained in:
Fabian Affolter
2022-08-26 09:28:04 +02:00
parent 8ab89c7196
commit cfdf164d51
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.12.0";
version = "5.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iriCCsmdHEZ/tZtCn+G2VDBFCv/DvBjPEO6aW7YmL3M=";
hash = "sha256-3kbEpK4qPPQWwZeqppCwtKvxpJYkozB6+dD+KbpoTL8=";
};
postPatch = ''