python310Packages.peaqevcore: 1.2.1 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-06-22 03:51:07 +00:00
parent 588c4f214e
commit 5eb6b3350b

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "1.2.1";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PzGWqBL3276hlcS9beW920Ei75hAxLXxttD8zDPWELE=";
hash = "sha256-ctkBzwZ5Caba1JucxCKF7kJs/eZHJz4YSrV3tNyTEXU=";
};
postPatch = ''