python310Packages.peaqevcore: 13.0.1 -> 13.1.1

This commit is contained in:
Fabian Affolter 2023-03-15 00:20:37 +01:00
parent daed54a9d4
commit 628036113e

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.0.1";
version = "13.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2V0+F0S2i7paBDN8FmsT1wV4qdJ4XmkOyZ3EDfyjGks=";
hash = "sha256-JwmShU/YJhJvNofKrE8/e3/PKFSEGWWhHO8heEWTZac=";
};
postPatch = ''