summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
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.