Merge pull request #187411 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 5.4.3 -> 5.10.3
This commit is contained in:
Fabian Affolter 2022-08-19 18:48:33 +02:00 committed by GitHub
commit 2f994d7eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.4.3";
version = "5.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WeAYa1Iggog5VX1oiANZCeVpuEF5JdabdUjQ+fkAwxE=";
hash = "sha256-Ua3yDPxZEa4F66knhSfu4hxCNVJTUy/4BO/+a8GqOB0=";
};
postPatch = ''