summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2026-06-15 10:30:55 +0000
committerNguyễn Gia Phong <cnx@loang.net>2026-06-15 23:17:36 +0900
commit9a62baae0e7de3ca774fd93c3038882aebc4eb84 (patch)
tree4bc476bbb3881adcd6fa4982229d56a27780192e
parent2409846f4193ad7fd050ca0940a417b13bbbdaeb (diff)
gnu: go-code-forgejo-org-f3-gof3-v3: Use git-minimal/pinned.
* gnu/packages/golang-vcs.scm (go-code-forgejo-org-f3-gof3-v3)[native-inputs]: Replace git-minimal with git-minimal/pinned. Merges: https://codeberg.org/guix/guix/pulls/6741 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/golang-vcs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-vcs.scm b/gnu/packages/golang-vcs.scm
index 091dd7efd7b..68ac20a1113 100644
--- a/gnu/packages/golang-vcs.scm
+++ b/gnu/packages/golang-vcs.scm
@@ -102,7 +102,7 @@
102 "TestUtil_Exec_CommandTimeout") 102 "TestUtil_Exec_CommandTimeout")
103 "|")))) 103 "|"))))
104 (native-inputs 104 (native-inputs
105 (list git-minimal 105 (list git-minimal/pinned
106 go-github-com-google-go-cmp 106 go-github-com-google-go-cmp
107 go-github-com-stretchr-testify 107 go-github-com-stretchr-testify
108 go-github-com-urfave-cli-v3)) 108 go-github-com-urfave-cli-v3))