Merge pull request #176983 from r-ryantm/auto-update/python3.10-peaqevcore

python310Packages.peaqevcore: 0.2.0 -> 0.3.4
This commit is contained in:
Fabian Affolter 2022-06-09 08:34:16 +02:00 committed by GitHub
commit 438687abb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.2.0";
version = "0.3.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-M7jBwpo9yMggd81xiWH9SSJ1axGXiC5uQo/jnRcQ3/4=";
hash = "sha256-s2OPHA3uBoWFnEz51itif3icErYkXhayvQ3+0b6jyjE=";
};
postPatch = ''