mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-1.22: Update to 1.22.10.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.10. Change-Id: I5ab93daf77cef4c0cc570805513a0d35f236c2dd
This commit is contained in:
parent
6574707967
commit
56fee099e6
1 changed files with 2 additions and 2 deletions
|
@ -956,7 +956,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(package
|
||||
(inherit go-1.21)
|
||||
(name "go")
|
||||
(version "1.22.7")
|
||||
(version "1.22.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -965,7 +965,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
|
|||
(commit (string-append "go" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m1idhhifhpjf6n56pca4wg6cyripdzmyl0jswdiy0kiqvs3whqb"))))
|
||||
(base32 "0piy2mc3v3cadn3ls1ylcm713vjl957j0m0bj4vqggqihy7rp54g"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments go-1.21)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue