pre-commit: 3.6.1 -> 3.6.2

This commit is contained in:
Aaron Jheng 2024-03-02 22:37:28 +08:00
parent 7e1f7217d5
commit aab54e0a2f
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -18,7 +18,7 @@
with python3Packages;
buildPythonApplication rec {
pname = "pre-commit";
version = "3.6.1";
version = "3.6.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonApplication rec {
owner = "pre-commit";
repo = "pre-commit";
rev = "refs/tags/v${version}";
hash = "sha256-UmQ1GehoMDXKEXo8wgPLxTDbtObk7YC2cfk1yNqesJM=";
hash = "sha256-rlGkoaVLrTCEPgPFNUWefJf6MJaKTA2RDSbV7eGtaAU=";
};
patches = [
@ -134,6 +134,7 @@ buildPythonApplication rec {
"test_docker_hook"
"test_docker_image_hook_via_args"
"test_docker_image_hook_via_entrypoint"
"test_during_commit_all"
"test_golang_default_version"
"test_golang_hook"
"test_golang_hook_still_works_when_gobin_is_set"