This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ea031339ff gnu: go-1.25: Update to 1.25.5.
ea031339ff is described below

commit ea031339ff219dff2b1a69c3a036bc9458194e74
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Dec 29 09:44:50 2025 +0200

    gnu: go-1.25: Update to 1.25.5.
    
    * gnu/packages/golang.scm (go-1.25): Update to 1.25.5.
    
    Change-Id: Ie4c97ff2cedbf6f5a97094ee14a1e140aa27b799
---
 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 96348efd29..b0a1287bdf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1119,7 +1119,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.24)
     (name "go")
-    (version "1.25.3")
+    (version "1.25.5")
     (source
      (origin
        (method git-fetch)
@@ -1128,7 +1128,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
               (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "037gcrl8nagdsq2kv8irx7n0nijjmlqpz0b0zyj482xz2wzar0fs"))))
+        (base32 "102ngi7q0bwb0q391jag7fix70x7lp2mdmbkkh50fwclga14l842"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.24)
        ((#:phases phases)

Reply via email to