all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: brennan--- via Guix-patches <guix-patches@gnu.org>
To: 73171@debbugs.gnu.org
Cc: Brennan Vincent <brennan@umanwizard.com>, sharlatanus@gmail.com
Subject: [bug#73171] [PATCH] gnu: go-1.23: Update to 1.23.1.
Date: Tue, 10 Sep 2024 13:25:18 -0400	[thread overview]
Message-ID: <20240910172518.2373917-1-brennan@umanwizard.com> (raw)

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






             reply	other threads:[~2024-09-10 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-10 17:25 brennan--- via Guix-patches [this message]
2024-09-12 14:31 ` bug#73171: [PATCH] gnu: go-1.23: Update to 1.23.1 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240910172518.2373917-1-brennan@umanwizard.com \
    --to=guix-patches@gnu.org \
    --cc=73171@debbugs.gnu.org \
    --cc=brennan@umanwizard.com \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.