python310Packages.peaqevcore: 9.0.1 -> 9.1.0

This commit is contained in:
Fabian Affolter 2022-12-11 09:47:13 +01:00
parent 32cc7e8de2
commit 526c70d75f

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "9.0.1";
version = "9.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zandkxbok64TopHnpmUShlGP7IOrqShStDU5RuUICNs=";
hash = "sha256-6SA+JdZwF2Q0RrlPlJvsTXDofrluVcQ+hVMlSFYTjxw=";
};
postPatch = ''