python311Packages.peaqevcore: 19.6.3 -> 19.6.5

This commit is contained in:
R. Ryantm
2024-01-12 05:09:31 +00:00
parent a2f82b9b84
commit 997d2d718f
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.6.3";
version = "19.6.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SPZlzJCrYzJEuqmGXuC4AZkPKRqiZWFLnfSO3bqYMM0=";
hash = "sha256-afW5uR7QrgOCP38aZkmAEs6jsr77TI16RBhYeWZgr20=";
};
postPatch = ''