sharlatan pushed a commit to branch go-team
in repository guix.
commit 1ba15529be60292286496fdcd9a61081f54bd94b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 15 21:19:50 2024 +0100
gnu: go-golang-org-x-mod: Update to 0.21.0.
* gnu/packages/golang-build.scm (go-golang-org-x-mod): Update to 0.21.0.
Change-Id: Ic1ade4156426e10b2cb26c8b6271f3ff8a5e1631
---
gnu/packages/golang-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index c41b5a3f32..4820a0870f 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -457,7 +457,7 @@ compile does not support generics.")
(define-public go-golang-org-x-mod
(package
(name "go-golang-org-x-mod")
- (version "0.20.0")
+ (version "0.21.0")
(source
(origin
(method git-fetch)
@@ -466,7 +466,7 @@ compile does not support generics.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vrzahgr08idiz9g2ksngwsjhyaa0rryn4vh0lm54kkxgv9pcv7f"))))
+ (base32 "1rk4vbdrdmiaacx50a1q31hydidwl9rnlcl7rim3f535vyw01fxk"))))
(build-system go-build-system)
(arguments
(list