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.4.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.4. Change-Id: I27463a1f1921b4c6c37aac43e6ae7b0e55f2f538
This commit is contained in:
parent
e7f2f899ed
commit
6574707967
1 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(package
|
||||
(inherit go-1.22)
|
||||
(name "go")
|
||||
(version "1.23.2")
|
||||
(version "1.23.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1001,7 +1001,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(commit (string-append "go" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0v8j43yqkhp5i5649nbxsq7lc9bjjn39gqqvlnz0d9c47qz9h7y7"))))))
|
||||
(base32 "0aiaphmns23i0bxbaxzkh4h6nz60sxm1vs381819vfg5n2gna6dd"))))))
|
||||
|
||||
;;
|
||||
;; Default Golang version used in guix/build-system/go.scm to build packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue