python310Packages.peaqevcore: 15.2.1 -> 15.2.4

This commit is contained in:
Fabian Affolter
2023-04-13 08:30:02 +02:00
parent 3f78d78e3d
commit 98f429a918
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "15.2.1";
version = "15.2.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-71ea8r1g52SyWxG+aTl53WanM5z4XAj9k5E26ivpYoE=";
hash = "sha256-+k1G4A4bJJzRfYRISp869NeCBTsVldWb+c6Z1tNZNg0=";
};
postPatch = ''