python312Packages.peaqevcore: 19.9.4 -> 19.10.8 (#311132)

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.10.8
This commit is contained in:
Fabian Affolter 2024-05-13 01:55:28 +02:00 committed by GitHub
parent 754508eab5
commit acb262f8cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.9.4";
version = "19.10.8";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4v+I1NXfVseKid8A5gBIvAIQfwdMMLWUNts9Ga29tWs=";
hash = "sha256-H9AJErjJC/zo5Fy1sZFLw6GCMm4YirMzwWbAhzXM7mg=";
};
postPatch = ''