python312Packages.peaqevcore: 19.10.24 -> 19.11.0

This commit is contained in:
R. Ryantm 2024-08-25 02:14:03 +00:00
parent 9446a5d8da
commit 1daf7604f7

View File

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