diff mbox series

[bug#73171] gnu: go-1.23: Update to 1.23.1.

Message ID 20240910172518.2373917-1-brennan@umanwizard.com
State New
Headers show
Series [bug#73171] gnu: go-1.23: Update to 1.23.1. | expand

Commit Message

guix-patches--- via Sept. 10, 2024, 5:25 p.m. UTC
From: Brennan Vincent <brennan@umanwizard.com>

* gnu/packages/golang.scm (go-1.23): Update to 1.23.1.

Change-Id: I2f5c377ae8009facd899d1cd3d0f6e2fe89fcf14
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Sharlatan Hellseher Sept. 12, 2024, 2:31 p.m. UTC | #1
Hi,

Pushed as cebf35f239e50855d04f6d98ebac13268dd40651 to go-team.

--
Oleg
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9f04b8e423..95fa3b8420 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -987,7 +987,7 @@  (define-public go-1.23
   (package
     (inherit go-1.22)
     (name "go")
-    (version "1.23.0")
+    (version "1.23.1")
     (source
      (origin
        (method git-fetch)
@@ -996,7 +996,7 @@  (define-public go-1.23
              (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.