python310Packages.peaqevcore: 5.18.3 -> 5.18.4

This commit is contained in:
Fabian Affolter 2022-09-20 22:59:22 +02:00
parent 2f8b8bc98d
commit b4eecb4a93

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "5.18.3";
version = "5.18.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PCWxhJd2ZK7qt0Co5jKZSP4eOBIO+iVvQHFDbTViDAs=";
hash = "sha256-z7gbVphpeDGHJJESk/HsaJ4MXD3reqp7iGoC/c867Ls=";
};
postPatch = ''