mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: go-1.24: Update to 1.24.11.
* gnu/packages/golang.scm (go-1.24): Update to 1.24.11. Change-Id: Ia56b693579aa8d69936b3f7e3aaa0b96ceca4c83
This commit is contained in:
parent
b7b65c2a14
commit
cf65972740
1 changed files with 2 additions and 2 deletions
|
|
@ -1070,7 +1070,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(package
|
||||
(inherit go-1.22)
|
||||
(name "go")
|
||||
(version "1.24.3")
|
||||
(version "1.24.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1079,7 +1079,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(commit (string-append "go" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
|
||||
(base32 "1x41gipd0si307kazivsbmqx6kc96w76fsiglxlay7x8k1ig7rh4"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments go-1.22)
|
||||
((#:phases phases)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue