python310Packages.peaqevcore: 0.1.4 -> 0.2.0

This commit is contained in:
R. Ryantm 2022-06-01 04:33:59 +00:00 committed by Jonathan Ringer
parent c54145c7cf
commit 0badd351d1

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "0.1.4";
version = "0.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+L730I30dN+d6oc5HWq578B0Io5j5CjAy3SuIGGjOR8=";
hash = "sha256-M7jBwpo9yMggd81xiWH9SSJ1axGXiC5uQo/jnRcQ3/4=";
};
postPatch = ''