python311Packages.peaqevcore: 18.1.7 -> 18.1.11

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/18.1.11
This commit is contained in:
Fabian Affolter 2023-06-12 08:24:34 +02:00
parent 76ad192fe1
commit 0e54476f40

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "18.1.7";
version = "18.1.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-inu0lTY2JQhlFEgJOejMhcHJhYvH6OzYo8qmAy9xBFo=";
hash = "sha256-SdnPF2J9AorzSjObkjObIqvejZYSQbjStkKEbiTAOIo=";
};
postPatch = ''