mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +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:
parent
d99f9ad19c
commit
169bfdb43b
1 changed files with 2 additions and 2 deletions
|
@ -1009,7 +1009,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(package
|
||||
(inherit go-1.22)
|
||||
(name "go")
|
||||
(version "1.23.8")
|
||||
(version "1.23.9")
|
||||
(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 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh"))))))
|
||||
(base32 "06c5cjjqk95p16cb6p8fgqqsddc1a1kj3w2m0na5v91gvwxbd0pq"))))))
|
||||
|
||||
(define-public go-1.24
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue