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:
Sharlatan Hellseher 2025-02-25 21:47:11 +00:00
parent 6da134a592
commit 7713aba36b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -973,7 +973,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(package
(inherit go-1.21)
(name "go")
(version "1.22.11")
(version "1.22.12")
(source
(origin
(method git-fetch)
@ -982,7 +982,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1gdiyifsp65wlnfqfmnbv6n1rh23jbr13l79xwla3gavm67scx02"))))
(base32 "0f0fr92z3l3szmxf3wvh20w1sqayvd927gawdp5d44cc44pd6c0n"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases)