mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-1.22: Update to 1.22.12.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.12. Change-Id: I86db365c09bf912339f9d8676048c5660f2e5a70
This commit is contained in:
parent
6da134a592
commit
7713aba36b
1 changed files with 2 additions and 2 deletions
|
@ -973,7 +973,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
||||||
(package
|
(package
|
||||||
(inherit go-1.21)
|
(inherit go-1.21)
|
||||||
(name "go")
|
(name "go")
|
||||||
(version "1.22.11")
|
(version "1.22.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -982,7 +982,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 "1gdiyifsp65wlnfqfmnbv6n1rh23jbr13l79xwla3gavm67scx02"))))
|
(base32 "0f0fr92z3l3szmxf3wvh20w1sqayvd927gawdp5d44cc44pd6c0n"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments go-1.21)
|
(substitute-keyword-arguments (package-arguments go-1.21)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue