mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
9c88f217be
commit
014b545096
1 changed files with 1 additions and 1 deletions
|
@ -2239,7 +2239,7 @@ (define-public pre-commit
|
|||
" 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)
|
||||
|
|
Loading…
Reference in a new issue