guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 169bfdb43b9deec162d3818ba26580b7c9e8ba36
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue May 27 19:41:58 2025 +0800

    gnu: go-1.23: Update to 1.23.9.
    
    * gnu/packages/golang.scm (go-1.23): Update to 1.23.9.
    
    Change-Id: Ibb358b20f8a47136a4c73aa206f63b9ceb849060
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 999e3055f8..6ffa3f7121 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1009,7 +1009,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.22)
     (name "go")
-    (version "1.23.8")
+    (version "1.23.9")
     (source
      (origin
        (method git-fetch)
@@ -1018,7 +1018,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13pvhs00bdhbmi25aaqxc1h3hxlrh7ysiclnywa4hzivbzl40dkh"))))))
+        (base32 "06c5cjjqk95p16cb6p8fgqqsddc1a1kj3w2m0na5v91gvwxbd0pq"))))))
 
 (define-public go-1.24
   (package

Reply via email to