sharlatan pushed a commit to branch go-team in repository guix. commit 98e11a1afc42abcfe4d4413fe36f67ba62d4ef25 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Feb 25 21:47:12 2025 +0000
gnu: go-1.23: Update to 1.23.6. * gnu/packages/golang.scm (go-1.23): Update to 1.23.6. Change-Id: Icca7f35d4f20fe93169a68406f20e8ffaa9e38d1 --- 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 c311d750f7..0a56377820 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.5") + (version "1.23.6") (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 "0iffjgsmh4ilc1r30zbidqvxz2dd8k0sml5rzzk1k4wkab0cjw0i")))))) + (base32 "1lsi3b4gdkiyr6233p544ixc1312g37lxj2wwwczxdm2kj71hs8r")))))) ;; ;; Default Golang version used in guix/build-system/go.scm to build packages.