python310Packages.peaqevcore: 1.0.11 -> 1.0.14

This commit is contained in:
R. Ryantm 2022-06-14 03:28:35 +00:00
parent 5f2eb57725
commit 06393550cc

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.0.11";
version = "1.0.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cY2+H6FiojUEOHuA+wuIubtJKjNQlgten1edWgkoLb0=";
hash = "sha256-zHVi950iUultt66amL22d/7INglJtSOHvWCPUSaw5h4=";
};
postPatch = ''