Merge pull request #192128 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 5.18.3 -> 5.18.4
This commit is contained in:
Fabian Affolter 2022-09-21 09:03:06 +02:00 committed by GitHub
commit 4383c38aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "5.18.3"; version = "5.18.4";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-PCWxhJd2ZK7qt0Co5jKZSP4eOBIO+iVvQHFDbTViDAs="; hash = "sha256-z7gbVphpeDGHJJESk/HsaJ4MXD3reqp7iGoC/c867Ls=";
}; };
postPatch = '' postPatch = ''