python312Packages.language-data: update disabled

This commit is contained in:
Fabian Affolter
2024-11-21 09:44:18 +01:00
committed by GitHub
parent dffdc71078
commit 4edaf66e64
@@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "georgkrause";