python310Packages.peaqevcore: 0.4.7 -> 1.0.11

This commit is contained in:
R. Ryantm 2022-06-13 03:40:30 +00:00
parent f5cafb7817
commit 64fb3fccb8

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.4.7";
version = "1.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DEK8vOWHv+O6zpzluUkhozsihhM9Ad2lOCEf4YnT+Yk=";
hash = "sha256-cY2+H6FiojUEOHuA+wuIubtJKjNQlgten1edWgkoLb0=";
};
postPatch = ''