python310Packages.peaqevcore: 9.1.0 -> 9.2.2

This commit is contained in:
Fabian Affolter 2022-12-16 09:22:49 +01:00
parent e848b60846
commit 2f5283f89d

View File

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