This is an automated email from the git hooks/post-receive script. sharlatan pushed a commit to branch go-team in repository guix.
The following commit(s) were added to refs/heads/go-team by this push: new e58d84255b gnu: go-1.23: Update to 1.23.2. e58d84255b is described below commit e58d84255bbd01c2d48df0f69f3827ffb26fb5f0 Author: Brennan Vincent <bren...@umanwizard.com> AuthorDate: Wed Oct 2 08:18:34 2024 -0400 gnu: go-1.23: Update to 1.23.2. * gnu/packages/golang.scm (go-1.23): Update to 1.23.2. Change-Id: I9687e3d14bcf78c267a54479b7d9073cb8b9a879 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 1205851c98..78f0200985 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -990,7 +990,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.22) (name "go") - (version "1.23.1") + (version "1.23.2") (source (origin (method git-fetch) @@ -999,7 +999,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0dx8mlmq0kh6b9h583nf6ijnm3p84rwanb4i1bwxd7lp67afk1v4")))))) + (base32 "0v8j43yqkhp5i5649nbxsq7lc9bjjn39gqqvlnz0d9c47qz9h7y7")))))) ;; ;; Default Golang version used in guix/build-system/go.scm to build packages.