Merge pull request #307263 from fabaff/peaqevcore-bump

python312Packages.peaqevcore: 19.9.0 -> 19.9.2
This commit is contained in:
Fabian Affolter 2024-04-27 22:37:32 +02:00 committed by GitHub
commit af1efe61f4
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.0";
version = "19.9.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tFbk33SQqCNcUnJ0X+OtJ8XDEpMXWnuxA2L30Prhssc=";
hash = "sha256-X5JKfIE6rISXb3F2liuyLrVHm5xw3DoFeMhqhEsdEIY=";
};
postPatch = ''