python310Packages.peaqevcore: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2022-08-01 08:15:46 +00:00
parent 56894a04e2
commit 2700bd3c44

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "4.0.0"; version = "4.0.1";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-q1qxjrdDLTOprgunsq70oPFgSxSZ1jOfUY6qPud/d9o="; hash = "sha256-iCHXiGKg3ENqw4cX1iNpVZAA944siKbFGKooo+KswsY=";
}; };
postPatch = '' postPatch = ''