python310Packages.peaqevcore: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-07-27 05:20:02 +00:00
parent 7cc23a097d
commit 2227d8a696

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "3.2.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cNbCGz/mXR7xrwdxmtD36v8ROCvLe5w1sD0M6aSrONE=";
hash = "sha256-0Smw0WyGWgGR+NunWT06y2OpKmMA84cxrn01CvE655A=";
};
postPatch = ''