mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
40a5cda154
commit
f9f8d9c321
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue