python312Packages.peaqevcore: 19.6.10 -> 19.7.0

This commit is contained in:
R. Ryantm 2024-02-22 04:25:36 +00:00
parent 827a4c5ead
commit 94b9691715

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.6.10";
version = "19.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iaZrPgGD7BM7H+i2R9qQBM55KcFu/Rqyho3AxXw15N0=";
hash = "sha256-M5kUNZyQH5ibP4PvnWkp+LdOQXM6VfHGX3csXiPPHLg=";
};
postPatch = ''