python310Packages.peaqevcore: 5.13.0 -> 5.14.0

This commit is contained in:
Fabian Affolter 2022-08-26 09:28:43 +02:00
parent cfdf164d51
commit dc0ea5225e

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.13.0";
version = "5.14.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3kbEpK4qPPQWwZeqppCwtKvxpJYkozB6+dD+KbpoTL8=";
hash = "sha256-YDdQ/q/QyR9vgY0jteAfQg6A4oCPKjFLySt/g74+eyw=";
};
postPatch = ''