python312Packages.identify: uüdate disabled

This commit is contained in:
Fabian Affolter 2024-11-16 09:10:15 +01:00 committed by GitHub
parent e9ea7c2fe9
commit b5d0e590f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "2.6.2";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pre-commit";