diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-04-03 12:32:19 +0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:34 +0100 |
commit | f3824c1a2d1226a09dc02b56f6a39974475267da (patch) | |
tree | 483ab6fa1b329a1aae60764ec0f4901511d518a3 | |
parent | 68171338accd66c127871b080423c7a868477d78 (diff) |
gnu: go-1.24: Update to 1.24.2.
* gnu/packages/golang.scm (go-1.24): Update to 1.24.2.
Change-Id: I4e68c9fb59a14921d0125d0cd0212f0ac4dc9171
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 7585a3aaf1..999e3055f8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1024,7 +1024,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.23) (name "go") - (version "1.24.0") + (version "1.24.2") (source (origin (method git-fetch) @@ -1033,7 +1033,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11hsxrchk37qwjwscrr8b8vnlg6vlgfizbxy8bayxpqnpjvifig5")))) + (base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck")))) (native-inputs ;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain. (alist-replace "go" (list go-1.22) (package-native-inputs go-1.23))))) |