gnu: go-1.23: Update to 1.23.6.

* gnu/packages/golang.scm (go-1.23): Update to 1.23.6.

Change-Id: Icca7f35d4f20fe93169a68406f20e8ffaa9e38d1
This commit is contained in:
Sharlatan Hellseher 2025-02-25 21:47:12 +00:00
parent 7713aba36b
commit 8708ff7401
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1009,7 +1009,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package (package
(inherit go-1.22) (inherit go-1.22)
(name "go") (name "go")
(version "1.23.5") (version "1.23.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1018,7 +1018,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version)))) (commit (string-append "go" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0iffjgsmh4ilc1r30zbidqvxz2dd8k0sml5rzzk1k4wkab0cjw0i")))))) (base32 "1lsi3b4gdkiyr6233p544ixc1312g37lxj2wwwczxdm2kj71hs8r"))))))
;; ;;
;; Default Golang version used in guix/build-system/go.scm to build packages. ;; Default Golang version used in guix/build-system/go.scm to build packages.