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

commit a0aa5225b7aeae41a9788372454de8c9d3149fe9
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 9940af038f..dce44334fb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1176,7 +1176,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)
@@ -1185,7 +1185,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