1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +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
(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)