guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 888807174a56314602a6807eb6f4867379b80979
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 17 09:37:20 2026 +0100

    gnu: go-1.27: Update to 1.27rc2.
    
    * gnu/packages/golang.scm (go-1.27): Update to 1.27rc2.
---
 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 a6825bbc51..a27c1695c6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1162,7 +1162,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.26)
     (name "go-next")
-    (version "1.27rc1")
+    (version "1.27rc2")
     (source
      (origin
        (method git-fetch)
@@ -1171,7 +1171,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
               (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00525w2zvx6s6jkc28cmklz5pwh6r1hj2ppymg9a5vi7qsqn071p"))))))
+        (base32 "0a9v5xfv18q8z8z6x53b8xnisnzfbpc298gimn7m71fswg6gr2ga"))))))
 
 ;;
 ;; Default Golang version used in guix/build-system/go.scm to build packages.

Reply via email to