python310Packages.peaqevcore: 7.4.0 -> 8.0.2

This commit is contained in:
R. Ryantm
2022-11-21 03:34:00 +00:00
parent f108b4d34a
commit 54aa1856e2
@@ -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 = ''