Merge pull request #305001 from fabaff/peaqevcore-bump

python312Packages.peaqevcore: 19.7.15 -> 19.9.0
This commit is contained in:
Fabian Affolter 2024-04-18 13:03:40 +02:00 committed by GitHub
commit 713f602406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''