GNU bug report logs - #73171
[PATCH] gnu: go-1.23: Update to 1.23.1.

Previous Next

Package: guix-patches;

Reported by: brennan <at> umanwizard.com

Date: Tue, 10 Sep 2024 17:26:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: brennan <at> umanwizard.com
Subject: bug#73171: closed ([PATCH] gnu: go-1.23: Update to 1.23.1.)
Date: Thu, 12 Sep 2024 14:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73171 <at> debbugs.gnu.org.

-- 
73171: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73171
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 73171-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-1.23: Update to 1.23.1.
Date: Thu, 12 Sep 2024 15:31:17 +0100
[Message part 3 (text/plain, inline)]
Hi,

Pushed as cebf35f239e50855d04f6d98ebac13268dd40651 to go-team.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: brennan <at> umanwizard.com
To: guix-patches <at> gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>, sharlatanus <at> gmail.com
Subject: [PATCH] gnu: go-1.23: Update to 1.23.1.
Date: Tue, 10 Sep 2024 13:25:18 -0400
From: Brennan Vincent <brennan <at> 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





This bug report was last modified 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.