python310Packages.peaqevcore: 19.5.20 -> 19.5.21

This commit is contained in:
R. Ryantm 2023-12-04 15:07:19 +00:00
parent b678419eac
commit 98ff28fa79

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.5.20";
version = "19.5.21";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-atrrPU9aQvpbI3JYdsnGkdRpq3SRuBJpezF1qc1USB0=";
hash = "sha256-MR+dPGap7IgdWV+bKLUU3E3lzoG+RaaspjqedMQMk5Y=";
};
postPatch = ''