mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-1.22: Update to 1.22.11.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.11. Change-Id: I7899175194d89e1eb32787439ddd113c6d0ac6db
This commit is contained in:
parent
1b23d09bf6
commit
1a950bf54b
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.21)
|
||||
(name "go")
|
||||
(version "1.22.10")
|
||||
(version "1.22.11")
|
||||
(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 "0piy2mc3v3cadn3ls1ylcm713vjl957j0m0bj4vqggqihy7rp54g"))))
|
||||
(base32 "1gdiyifsp65wlnfqfmnbv6n1rh23jbr13l79xwla3gavm67scx02"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments go-1.21)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue