guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f1df14386ea85cebca721fa00d74c9e6887c240d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 7 23:55:30 2026 +0000
gnu: go-github-com-docopt-docopt-go: Fix commit.
* gnu/packages/golang-xyz.scm (go-github-com-docopt-docopt-go)[source]:
Use commit instead of composed version.
Change-Id: Ib94a56cc2501babc02720981f00fb073d05d6c2c
---
gnu/packages/golang-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 83b5db2811..e55f07ed29 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7523,7 +7523,7 @@ into machine friendly values.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/docopt/docopt.go")
- (commit version)))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0hlra7rmi5pmd7d93rv56ahiy4qkgmq8a6mz0jpadvbi5qh8lq6j"))))