mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-credentials: Switch to pinned input.
* gnu/packages/cran.scm (r-credentials)[inputs]: Replace git-minimal with git-minimal/pinned. Change-Id: I888d779a49ac4ba18da55377c05deaa2be8f4061
This commit is contained in:
parent
e2061ade54
commit
3007edeee6
1 changed files with 1 additions and 1 deletions
|
|
@ -28860,7 +28860,7 @@ terminals that do not support Unicode.")
|
|||
;; This is necessary because git looks for $HOME/.gitconfig
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
(inputs
|
||||
(list git-minimal))
|
||||
(list git-minimal/pinned))
|
||||
(propagated-inputs
|
||||
(list r-askpass r-curl r-jsonlite r-openssl r-sys))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue