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

python310Packages.peaqevcore: 4.0.1 -> 4.0.8
This commit is contained in:
Fabian Affolter 2022-08-06 18:30:13 +02:00 committed by GitHub
commit ae786e65b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "4.0.1";
version = "4.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iCHXiGKg3ENqw4cX1iNpVZAA944siKbFGKooo+KswsY=";
hash = "sha256-B0t9kNl55VsPC8ZXP7/lRDJ0Hfm4uhSEMGX9To4fjAU=";
};
postPatch = ''