python310Packages.peaqevcore: 3.1.3 -> 3.1.6

This commit is contained in:
Fabian Affolter
2022-07-09 23:58:10 +02:00
parent 34685a86b0
commit d9a4e827c4
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "3.1.3";
version = "3.1.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+gD+IYw02WcWQqLrahJlUklxyfuP9AQwY0FeCYTtWkY=";
hash = "sha256-ZKW1RpBF1iKumr2dB/spj7VLrfHFcomZnslos/ecKxQ=";
};
postPatch = ''