python310Packages.peaqevcore: 8.2.0 -> 9.0.1

This commit is contained in:
R. Ryantm
2022-12-01 08:04:54 +00:00
parent 38e591dd05
commit 96a4ece145
@@ -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 = ''