sharlatan pushed a commit to branch go-team
in repository guix.
commit d7bffab1be2e056300d9e4f0d636a6165e942989
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 25 21:47:11 2025 +0000
gnu: go-1.22: Update to 1.22.12.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.12.
Change-Id: I86db365c09bf912339f9d8676048c5660f2e5a70
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 464bfa95dc..c311d750f7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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)