Merge pull request #195729 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 6.0.3 -> 7.0.8
This commit is contained in:
Fabian Affolter 2022-10-13 00:26:00 +02:00 committed by GitHub
commit 79a517d1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "6.0.3";
version = "7.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GaN/3WbuXc5p/+VhFngSX6aKnxMj72pyeB9HaA+PbCo=";
hash = "sha256-B6N9JLjbezYMO1119OR58cDhKY1ry7FKf+Q9wpHGiBE=";
};
postPatch = ''