python311Packages.peaqevcore: 19.11.0 -> 19.11.1

Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.11.1
This commit is contained in:
Fabian Affolter
2024-08-29 09:43:40 +02:00
parent 4a5700956e
commit 8f288b38fd
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.11.0";
version = "19.11.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SVLyapbp9pNEznLetOppzmIc9fQuZF1MSfLsWVwIVGQ=";
hash = "sha256-yG8zDC2cirP7fXVTP7TP+BoCjRNgyj6AmXUt6anMy/k=";
};
postPatch = ''