Merge pull request #263119 from fabaff/peaqevcore-bump

python311Packages.peaqevcore: 19.5.5 -> 19.5.6
This commit is contained in:
Fabian Affolter 2023-10-24 15:02:06 +02:00 committed by GitHub
commit 71819d3478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.5.5";
version = "19.5.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AgJT/VfNHcSuJhypBwqJkgXuvYDBlZ7eQp4nGva4z6U=";
hash = "sha256-kpSmwMDAvUC9LV/oKiMdm+J9aUEPiPlNKLnVG/eW3hI=";
};
postPatch = ''