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

python310Packages.peaqevcore: 8.0.2 -> 8.2.0
This commit is contained in:
Fabian Affolter 2022-11-24 06:51:33 +01:00 committed by GitHub
commit 93568862a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "8.0.2";
version = "8.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2ZWfQI2D2C56qrU0xKYo7fJcKe8v8zFIYHtWYy+KIDw=";
hash = "sha256-/zXfobbruhtTMeONA1fxYayMAR51S0u53TRkwx6RvsE=";
};
postPatch = ''