python310Packages.peaqevcore: 3.1.6 -> 3.2.0

This commit is contained in:
Fabian Affolter 2022-07-16 11:23:33 +02:00
parent 7e7aa63d3b
commit 690024c78c

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "3.1.6"; version = "3.2.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-ZKW1RpBF1iKumr2dB/spj7VLrfHFcomZnslos/ecKxQ="; hash = "sha256-cNbCGz/mXR7xrwdxmtD36v8ROCvLe5w1sD0M6aSrONE=";
}; };
postPatch = '' postPatch = ''