python311Packages.peaqevcore: 19.5.0 -> 19.5.1

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.5.1
This commit is contained in:
Fabian Affolter 2023-10-04 02:58:18 +02:00
parent a280ee5731
commit 717240703a

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.5.0";
version = "19.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-b/sTrSXj3+dkg8++zDZfroSBHIMJIeyPbY5aRnv8mI4=";
hash = "sha256-ACfS444n/PcgieNbl9os720nGAUQDesBHpzVAgMMRew=";
};
postPatch = ''