gnu: pre-commit: Use git-minimal/pinned.

* gnu/packages/version-control.scm (pre-commit) [native-inputs]: Replace
git-minimal with git-minimal/pinned.

Change-Id: I4b636a31b47f8ef6f3fd4441f7fe1790b93b3a07
This commit is contained in:
Maxim Cournoyer 2024-09-14 21:55:39 +09:00
parent 9c88f217be
commit 014b545096
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -2239,7 +2239,7 @@ visualize your public Git repositories on a web interface.")
" and not test_healthy_venv_creator"
" and not test_r_hook and not test_r_inline"))))))))
(native-inputs
`(("git" ,git-minimal)
`(("git" ,git-minimal/pinned)
("python-covdefaults" ,python-covdefaults)
("python-coverage" ,python-coverage)
("python-distlib" ,python-distlib)