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

python312Packages.peaqevcore: 19.10.24 -> 19.11.0
This commit is contained in:
Fabian Affolter
2024-08-25 09:40:55 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "19.10.24";
version = "19.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-jpJVYANreHUW6vclkdNdnaFb/QxFfJf0nuTBl3K3qBY=";
hash = "sha256-SVLyapbp9pNEznLetOppzmIc9fQuZF1MSfLsWVwIVGQ=";
};
postPatch = ''