python311Packages.peaqevcore: 19.5.5 -> 19.5.6

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.5.6
This commit is contained in:
Fabian Affolter
2023-10-24 13:11:56 +02:00
parent 55c91c44e5
commit 4594d310a4
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.5.5";
version = "19.5.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AgJT/VfNHcSuJhypBwqJkgXuvYDBlZ7eQp4nGva4z6U=";
hash = "sha256-kpSmwMDAvUC9LV/oKiMdm+J9aUEPiPlNKLnVG/eW3hI=";
};
postPatch = ''