Merge pull request #198561 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 7.0.10 -> 7.0.13
This commit is contained in:
Fabian Affolter 2022-10-30 09:12:49 +01:00 committed by GitHub
commit eab98094fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "7.0.10";
version = "7.0.13";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-97Evn/FT1SCQaiSNKBi0akajc7LkywqzJQEaqxm6s+U=";
hash = "sha256-0qzqnmMzgiUBe2NQsYC/EmjmoBmZsG+tUkfGc9cyKP8=";
};
postPatch = ''