python310Packages.peaqevcore: 0.1.3 -> 0.1.4

This commit is contained in:
R. Ryantm 2022-05-28 03:52:20 +00:00
parent dbd004ea9b
commit 0d8b7fb2fc

View file

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