guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2ab0f246abb34d3e3aab3390b550b0203f227708
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 15:01:46 2026 +0000
gnu: go-1.24: Update to 1.24.13.
* gnu/packages/golang.scm (go-1.24): Update to 1.24.13.
Change-Id: I80dde282c7026fd7a3cf1161a6e63f0ceca2d51f
---
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 8cccbae4f2..41dc4a0606 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1076,7 +1076,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.22)
(name "go")
- (version "1.24.11")
+ (version "1.24.13")
(source
(origin
(method git-fetch)
@@ -1085,7 +1085,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1x41gipd0si307kazivsbmqx6kc96w76fsiglxlay7x8k1ig7rh4"))))
+ (base32 "1w4yip0cbfs845655j2kflsww4dkzm3cqhlg8jqxkl2gxia98sf6"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.22)
((#:phases phases)