Merge pull request #201874 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 7.3.3 -> 7.4.0
This commit is contained in:
Fabian Affolter 2022-11-19 11:34:15 +01:00 committed by GitHub
commit 602cebbcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "7.3.3";
version = "7.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fg5/5x4vUsm0kvVJtvlgB3PZSmU4pXkU6V0+yEDqNRg=";
hash = "sha256-7b6fF6wVNo4kBJ+s1lxNSl1C2vZjnAmHOtVSmqoiY9Q=";
};
postPatch = ''