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
1 changed files with 2 additions and 2 deletions

View File

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