python312Packages.deebot-client: update disabled

This commit is contained in:
Fabian Affolter 2024-04-26 20:35:38 +02:00
parent 8776a73578
commit f428e2321b

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
version = "7.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "DeebotUniverse";