python311Packages.peaqevcore: 19.7.2 -> 19.7.7

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.7.7
This commit is contained in:
Fabian Affolter
2024-03-06 16:54:47 +01:00
parent 890cbff571
commit ecc5bce5b2
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.2";
version = "19.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k9MiYJZN4TLY+HP1NfJER3upnQ//JBgrsERJ2JF+Xvw=";
hash = "sha256-HJ+8EpxcMhUPJILapNk9esA0iUm8PiHPDm3MmBQDny4=";
};
postPatch = ''