Merge pull request #201062 from r-ryantm/auto-update/python310Packages.peaqevcore

python310Packages.peaqevcore: 7.3.2 -> 7.3.3
This commit is contained in:
Fabian Affolter 2022-11-14 13:20:13 +01:00 committed by GitHub
commit 9d26a7fdee
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.2";
version = "7.3.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+DihyuSzqFoQvDnlYUyvdyjravxMcU8PgYEq2FY2o9g=";
hash = "sha256-fg5/5x4vUsm0kvVJtvlgB3PZSmU4pXkU6V0+yEDqNRg=";
};
postPatch = ''