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 8cccbae4f2b..06ba31d26a1 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1170,7 +1170,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.24) (name "go") - (version "1.26.0") + (version "1.26.1") (source (origin (method git-fetch) @@ -1179,7 +1179,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1n37n62bg2kb39s4a5273lpmqk1n5f5yi6jgfm8m7489j11ay8rl")))) + (base32 "1blfc89jxlr7n35j77i523k8rsxvz16f44qzd0h65c940zrrmf77")))) (arguments (substitute-keyword-arguments (package-arguments go-1.24) ((#:phases phases) |
