1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-10 16:50:43 +02:00

gnu: go-1.23: Update to 1.23.9.

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

Change-Id: Ibb358b20f8a47136a4c73aa206f63b9ceb849060
This commit is contained in:
Hilton Chain 2025-05-27 19:41:58 +08:00
parent d99f9ad19c
commit 169bfdb43b
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

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.8") (version "1.23.9")
(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 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh")))))) (base32 "06c5cjjqk95p16cb6p8fgqqsddc1a1kj3w2m0na5v91gvwxbd0pq"))))))
(define-public go-1.24 (define-public go-1.24
(package (package