Merge pull request #206357 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 9.1.0 -> 9.2.2
This commit is contained in:
Fabian Affolter 2022-12-17 09:40:24 +01:00 committed by GitHub
commit ce4ac3d4e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''