mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-1.23: Update to 1.23.8.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.8. Change-Id: Ib146fb5cbd20ed0a003fa31cc56169c8e54881b2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
413b895a50
commit
68171338ac
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.6")
|
||||
(version "1.23.8")
|
||||
(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 "1lsi3b4gdkiyr6233p544ixc1312g37lxj2wwwczxdm2kj71hs8r"))))))
|
||||
(base32 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh"))))))
|
||||
|
||||
(define-public go-1.24
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue