python310Packages.peaqevcore: 7.3.1 -> 7.3.2

This commit is contained in:
Fabian Affolter
2022-11-06 13:00:12 +01:00
parent f804318543
commit 392d155d79
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "7.3.1";
version = "7.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-G2ujLjN8LEHY9gd0SWBpOSkV6fQAZ8pojR0+bMi6TUw=";
hash = "sha256-+DihyuSzqFoQvDnlYUyvdyjravxMcU8PgYEq2FY2o9g=";
};
postPatch = ''