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 <sharlatanus@gmail.com>
This commit is contained in:
Maxim Cournoyer 2025-06-02 09:00:17 +09:00 committed by Sharlatan Hellseher
parent 40a5cda154
commit f9f8d9c321
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -724,7 +724,7 @@ compile does not support generics.")
;; "go/version" module, see ;; "go/version" module, see
;; <https://cs.opensource.google/go/go/+/refs/tags/ ;; <https://cs.opensource.google/go/go/+/refs/tags/
;; go1.23.0:src/go/version/version.go>. ;; go1.23.0:src/go/version/version.go>.
(version "0.21.0") (version "0.24.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -733,7 +733,7 @@ compile does not support generics.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1rk4vbdrdmiaacx50a1q31hydidwl9rnlcl7rim3f535vyw01fxk")))) (base32 "17sjk98d3qwh9s6gqjmfy07z0gyj5hyv5a9kyg4si3yjfzbnwhx7"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list