diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-20 16:24:31 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-21 18:40:04 +0000 |
| commit | 3007edeee6d2d5e64d0c797b404b2f98f5699432 (patch) | |
| tree | 241d50aaadc98ff38e824ea32d3031747174a403 | |
| parent | e2061ade541e714a95e4b035139a3edbe3ab63d7 (diff) | |
gnu: r-credentials: Switch to pinned input.
* gnu/packages/cran.scm (r-credentials)[inputs]: Replace git-minimal
with git-minimal/pinned.
Change-Id: I888d779a49ac4ba18da55377c05deaa2be8f4061
| -rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 05010fd148..1f601b8f47 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |
