python310Packages.peaqevcore: 6.0.3 -> 7.0.8

This commit is contained in:
Fabian Affolter 2022-10-12 23:34:48 +02:00
parent c119e44bcc
commit 4ddefe3003

View File

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