all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73171] [PATCH] gnu: go-1.23: Update to 1.23.1.
@ 2024-09-10 17:25 brennan--- via Guix-patches
  2024-09-12 14:31 ` bug#73171: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: brennan--- via Guix-patches @ 2024-09-10 17:25 UTC (permalink / raw)
  To: 73171; +Cc: Brennan Vincent, sharlatanus

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(-)

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.
-- 
2.45.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-12 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 17:25 [bug#73171] [PATCH] gnu: go-1.23: Update to 1.23.1 brennan--- via Guix-patches
2024-09-12 14:31 ` bug#73171: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.