python312Packages.peaqevcore: 19.7.12 -> 19.7.14

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.7.14
This commit is contained in:
Fabian Affolter 2024-04-04 23:05:17 +02:00
parent 4250f8a12d
commit f5def97452

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.7.12";
version = "19.7.14";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/oo24hOH2aIXZH0CwmgTNIvA2MJWvOR084rZEOdldGM=";
hash = "sha256-yUGvY5sjt2eXWpu/wSWjxpDpwBEJoZg3nI28QbdfiII=";
};
postPatch = ''