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

python310Packages.peaqevcore: 8.2.0 -> 9.0.1
This commit is contained in:
Fabian Affolter
2022-12-01 10:44:57 +01:00
committed by GitHub
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "8.2.0";
version = "9.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/zXfobbruhtTMeONA1fxYayMAR51S0u53TRkwx6RvsE=";
hash = "sha256-Zandkxbok64TopHnpmUShlGP7IOrqShStDU5RuUICNs=";
};
postPatch = ''