diff options
| -rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 812fee70b1f..a3238b4c551 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -1120,7 +1120,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 1120 | (package | 1120 | (package |
| 1121 | (inherit go-1.24) | 1121 | (inherit go-1.24) |
| 1122 | (name "go") | 1122 | (name "go") |
| 1123 | (version "1.26.2") | 1123 | (version "1.26.3") |
| 1124 | (source | 1124 | (source |
| 1125 | (origin | 1125 | (origin |
| 1126 | (method git-fetch) | 1126 | (method git-fetch) |
| @@ -1129,7 +1129,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") | |||
| 1129 | (commit (string-append "go" version)))) | 1129 | (commit (string-append "go" version)))) |
| 1130 | (file-name (git-file-name name version)) | 1130 | (file-name (git-file-name name version)) |
| 1131 | (sha256 | 1131 | (sha256 |
| 1132 | (base32 "01dgshhn38dgxmbn02knnvddirmkwgvr3v003dml5q87qibzvg30")))) | 1132 | (base32 "16yrb9si7swc6vnxjj5ga5pvyjkab5w8z589fqml61q0rypnn6ay")))) |
| 1133 | (arguments | 1133 | (arguments |
| 1134 | (substitute-keyword-arguments arguments | 1134 | (substitute-keyword-arguments arguments |
| 1135 | ((#:phases phases) | 1135 | ((#:phases phases) |
