python310Packages.peaqevcore: 13.0.0 -> 13.0.1

This commit is contained in:
Fabian Affolter 2023-03-11 12:18:22 +01:00
parent 898da5f74e
commit 9260d9f53b

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.0.0";
version = "13.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uQ5e85KHFaJCgpALFCYVs+nY0fZIE4UIYdNOn6VrIWM=";
hash = "sha256-2V0+F0S2i7paBDN8FmsT1wV4qdJ4XmkOyZ3EDfyjGks=";
};
postPatch = ''