diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-05-27 19:42:00 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-28 19:11:34 +0800 |
commit | 0bcef4296548bf9806016c1e83976659a366272a (patch) | |
tree | 298a287b7a46d560bd546a1a86d0ed45765432ff | |
parent | 169bfdb43b9deec162d3818ba26580b7c9e8ba36 (diff) |
gnu: go-1.24: Update to 1.24.3.
* gnu/packages/golang.scm (go-1.24): Update to 1.24.3.
Change-Id: Ife52e25c121089cf19a42720a6e7a7d5f8f4f9a6
-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 6ffa3f7121..d49a1ed1e6 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.2") + (version "1.24.3") (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 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck")))) + (base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk")))) (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))))) |