python312Packages.peaqevcore: 19.7.15 -> 19.9.0

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.9.0
This commit is contained in:
Fabian Affolter 2024-04-18 09:33:00 +02:00
parent 748be90edf
commit 8896a21b01
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.15";
version = "19.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-joEAdYJ+W+yqiiAOypEdKkwZQrFfzGvAu6Xg77B4Pss=";
hash = "sha256-tFbk33SQqCNcUnJ0X+OtJ8XDEpMXWnuxA2L30Prhssc=";
};
postPatch = ''