python312Packages.peaqevcore: 19.7.14 -> 19.7.15

This commit is contained in:
R. Ryantm 2024-04-17 03:53:39 +00:00
parent 4a04be9a3c
commit 063b6f02b5

View File

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "peaqevcore"; pname = "peaqevcore";
version = "19.7.14"; version = "19.7.15";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-yUGvY5sjt2eXWpu/wSWjxpDpwBEJoZg3nI28QbdfiII="; hash = "sha256-joEAdYJ+W+yqiiAOypEdKkwZQrFfzGvAu6Xg77B4Pss=";
}; };
postPatch = '' postPatch = ''