diff options
| author | Greg Hogan <code@greghogan.com> | 2025-08-20 16:22:52 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-21 18:39:54 +0000 |
| commit | e2061ade541e714a95e4b035139a3edbe3ab63d7 (patch) | |
| tree | 9df6222a4450b3a25de8e1f5606edf3f95c266e1 /gnu/packages | |
| parent | f4426ec37e5fa2fc29945603c7661f1f4af5e3d9 (diff) | |
gnu: r-gitcreds: Switch to pinned input.
* gnu/packages/cran.scm (r-gitcreds)[inputs]: Replace git-minimal with
git-minimal/pinned.
Change-Id: Ifa2e3bed367cb4d70c6ef344aab0b8fd6aa8621f
Diffstat (limited to 'gnu/packages')
| -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 f9961d8a464..05010fd1484 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -28746,7 +28746,7 @@ package works as intended.") `((upstream-name . "gitcreds") (updater-extra-native-inputs . ("r-mockery" "r-codetools")))) (build-system r-build-system) - (inputs (list git-minimal)) + (inputs (list git-minimal/pinned)) (native-inputs (list r-codetools r-knitr r-mockery r-testthat)) (home-page "https://github.com/r-lib/gitcreds") (synopsis "Query git credentials from R") |
