python310Packages.pre-commit-hooks: update disabled

This commit is contained in:
Fabian Affolter 2023-10-15 09:19:27 +02:00 committed by GitHub
parent af218debcc
commit 5b992a5d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "4.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "pre-commit";