diff options
author | Brennan Vincent <brennan@umanwizard.com> | 2024-09-10 13:25:18 -0400 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:39 +0000 |
commit | 867d7a8b2f379284295a6388ebe1185d9b23a392 (patch) | |
tree | 96c75ae2b40111c7227630271c6b2df73b1abe95 /gnu | |
parent | 56cc37bfb2d6eff76a01e499d4adf17b69a88fe3 (diff) | |
download | guix-867d7a8b2f379284295a6388ebe1185d9b23a392.tar.gz guix-867d7a8b2f379284295a6388ebe1185d9b23a392.zip |
gnu: go-1.23: Update to 1.23.1.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.1.
Change-Id: I2f5c377ae8009facd899d1cd3d0f6e2fe89fcf14
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-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 44301ea60d..971da2b8a3 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -988,7 +988,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.22) (name "go") - (version "1.23.0") + (version "1.23.1") (source (origin (method git-fetch) @@ -997,7 +997,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0yq7fmha7x6fiah68mpx7cvffsd8a7z569cfq2dj5s66pbgzmji9")))))) + (base32 "0dx8mlmq0kh6b9h583nf6ijnm3p84rwanb4i1bwxd7lp67afk1v4")))))) ;; ;; Default Golang version used in guix/build-system/go.scm to build packages. |