python310Packages.peaqevcore: 15.2.4 -> 15.2.8

This commit is contained in:
Fabian Affolter
2023-04-15 08:23:25 +02:00
parent feb3215870
commit 9cc6d166ad
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "15.2.4";
version = "15.2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+k1G4A4bJJzRfYRISp869NeCBTsVldWb+c6Z1tNZNg0=";
hash = "sha256-z/wGjLAigZ7EHckj7h4IK14tpybIvK3NyECCNy9+H7g=";
};
postPatch = ''