summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-07-17 09:37:20 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:15:03 +0100
commitd15e97fb3a5592a1afff2753a7c6af2fcaa836d9 (patch)
treeed31fe4343b33e29236cc51cc7db45c99b960fde /gnu
parent11b4a4ebd384aa015d5aaa102ac0e452fc7d13cc (diff)
gnu: go-1.27: Update to 1.27rc2.
* gnu/packages/golang.scm (go-1.27): Update to 1.27rc2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9940af038f0..dce44334fb7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1176,7 +1176,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
1176 (package 1176 (package
1177 (inherit go-1.26) 1177 (inherit go-1.26)
1178 (name "go-next") 1178 (name "go-next")
1179 (version "1.27rc1") 1179 (version "1.27rc2")
1180 (source 1180 (source
1181 (origin 1181 (origin
1182 (method git-fetch) 1182 (method git-fetch)
@@ -1185,7 +1185,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
1185 (commit (string-append "go" version)))) 1185 (commit (string-append "go" version))))
1186 (file-name (git-file-name name version)) 1186 (file-name (git-file-name name version))
1187 (sha256 1187 (sha256
1188 (base32 "00525w2zvx6s6jkc28cmklz5pwh6r1hj2ppymg9a5vi7qsqn071p")))))) 1188 (base32 "0a9v5xfv18q8z8z6x53b8xnisnzfbpc298gimn7m71fswg6gr2ga"))))))
1189 1189
1190;; 1190;;
1191;; Default Golang version used in guix/build-system/go.scm to build packages. 1191;; Default Golang version used in guix/build-system/go.scm to build packages.