Merge pull request #223884 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.4.2 -> 13.4.5
This commit is contained in:
Fabian Affolter 2023-03-30 19:49:49 +02:00 committed by GitHub
commit 5d9c49eedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.4.2";
version = "13.4.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AW1MPFXQ/8/KqUr4wM263nSzrN67ai+L/dXVTCUG8uI=";
hash = "sha256-/XuaLc6mItjVle9aac3eEMyl22yilNRPydM0k4B7bC4=";
};
postPatch = ''