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

python310Packages.peaqevcore: 7.4.0 -> 8.0.2
This commit is contained in:
Fabian Affolter 2022-11-22 21:51:49 +01:00 committed by GitHub
commit e382bbf121
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.4.0";
version = "8.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7b6fF6wVNo4kBJ+s1lxNSl1C2vZjnAmHOtVSmqoiY9Q=";
hash = "sha256-2ZWfQI2D2C56qrU0xKYo7fJcKe8v8zFIYHtWYy+KIDw=";
};
postPatch = ''