diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-22 00:35:18 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-22 00:35:18 +0000 |
commit | 2a9758e1c99422eef40a2ee2c35f6d3873cfa3fc (patch) | |
tree | e87258c5a3f2ea066fbe1f0b4b222661be65a26b | |
parent | 1a950bf54b517c0077a72bdf25ac57e797e8c05c (diff) |
gnu: go-1.23: Update to 1.23.5.
* gnu/packages/golang.scm (go-1.23): Update to 1.23.5.
Change-Id: Icebfdec646e0ede42d3321d4246b1b21f3d18250
-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 9bec23911d..a125cca69c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1028,7 +1028,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.22) (name "go") - (version "1.23.4") + (version "1.23.5") (source (origin (method git-fetch) @@ -1037,7 +1037,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (commit (string-append "go" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0aiaphmns23i0bxbaxzkh4h6nz60sxm1vs381819vfg5n2gna6dd")))))) + (base32 "0iffjgsmh4ilc1r30zbidqvxz2dd8k0sml5rzzk1k4wkab0cjw0i")))))) ;; ;; Default Golang version used in guix/build-system/go.scm to build packages. |