guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 5b00f7fbda064366a313e9b07662712c947b9b6b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 7 22:49:36 2026 +0000
gnu: go-1.25: Update to 1.25.6.
* gnu/packages/golang.scm (go-1.25): Update to 1.25.6.
Change-Id: I1427088bf447796e4dee3b706fed77b71edce2a7
---
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 d921240e81..b359a44720 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1125,7 +1125,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.24)
(name "go")
- (version "1.25.5")
+ (version "1.25.6")
(source
(origin
(method git-fetch)
@@ -1134,7 +1134,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "102ngi7q0bwb0q391jag7fix70x7lp2mdmbkkh50fwclga14l842"))))
+ (base32 "00ikkhx47nh2pwq11ffkb2sl38dhz5jm8cvib78ranvqd5cgk6h6"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:phases phases)