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

python310Packages.peaqevcore: 0.3.4 -> 0.3.14
This commit is contained in:
Fabian Affolter 2022-06-10 09:58:07 +02:00 committed by GitHub
commit 2c165bc81e
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.3.4";
version = "0.3.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s2OPHA3uBoWFnEz51itif3icErYkXhayvQ3+0b6jyjE=";
hash = "sha256-cIm4ADZSVbE+Hb23AjKs6vADnIQNFPJjFj3Ex7INnwo=";
};
postPatch = ''