sharlatan pushed a commit to branch go-team in repository guix. commit 1ea35975dd9856812d7b9aa9ad8cabf1e43531ba Author: Hilton Chain <hako@ultrarare.space> AuthorDate: Thu Apr 3 12:30:45 2025 +0800
gnu: go-1.23: Update to 1.23.8. * gnu/packages/golang.scm (go-1.23): Update to 1.23.8. Change-Id: Ib146fb5cbd20ed0a003fa31cc56169c8e54881b2 Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 0a4c0c5b0c..7585a3aaf1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1009,7 +1009,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.22) (name "go") - (version "1.23.6") + (version "1.23.8") (source (origin (method git-fetch) @@ -1018,7 +1018,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1lsi3b4gdkiyr6233p544ixc1312g37lxj2wwwczxdm2kj71hs8r")))))) + (base32 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh")))))) (define-public go-1.24 (package