1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +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:
Sharlatan Hellseher 2025-01-22 00:35:17 +00:00
parent 1b23d09bf6
commit 1a950bf54b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -992,7 +992,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.10") (version "1.22.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1001,7 +1001,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 "0piy2mc3v3cadn3ls1ylcm713vjl957j0m0bj4vqggqihy7rp54g")))) (base32 "1gdiyifsp65wlnfqfmnbv6n1rh23jbr13l79xwla3gavm67scx02"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments go-1.21) (substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases) ((#:phases phases)