Merge pull request #304715 from r-ryantm/auto-update/python312Packages.peaqevcore

python312Packages.peaqevcore: 19.7.14 -> 19.7.15
This commit is contained in:
Fabian Affolter 2024-04-17 08:43:38 +02:00 committed by GitHub
commit ec74fc2a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''