guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 87ecf5043c085bea72ba501ac3e843d32e0e184b Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Mon Jun 2 09:00:17 2025 +0900
gnu: go-golang-org-x-mod: Update to 0.24.0. * gnu/packages/golang-build.scm (go-golang-org-x-mod): Update to 0.24.0. Change-Id: I119629f89e4f8151a02a963317b14adc262d339c Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- 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 f06edca0f5..aa7c535f89 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -724,7 +724,7 @@ compile does not support generics.") ;; "go/version" module, see ;; <https://cs.opensource.google/go/go/+/refs/tags/ ;; go1.23.0:src/go/version/version.go>. - (version "0.21.0") + (version "0.24.0") (source (origin (method git-fetch) @@ -733,7 +733,7 @@ compile does not support generics.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1rk4vbdrdmiaacx50a1q31hydidwl9rnlcl7rim3f535vyw01fxk")))) + (base32 "17sjk98d3qwh9s6gqjmfy07z0gyj5hyv5a9kyg4si3yjfzbnwhx7")))) (build-system go-build-system) (arguments (list