GNU bug report logs - #72860
[PATCH] gnu: golang: add go 1.23.0

Previous Next

Package: guix-patches;

Reported by: brennan <at> umanwizard.com

Date: Wed, 28 Aug 2024 19:07:02 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: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72860: closed ([PATCH] gnu: golang: add go 1.23.0)
Date: Thu, 29 Aug 2024 00:13:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Aug 2024 01:10:13 +0100
with message-id <87o75cw5ne.fsf <at> gmail.com>
and subject line [PATCH] gnu: golang: add go 1.23.0
has caused the debbugs.gnu.org bug report #72860,
regarding [PATCH] gnu: golang: add go 1.23.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72860: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72860
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (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: golang: add go 1.23.0
Date: Wed, 28 Aug 2024 15:05:37 -0400
From: Brennan Vincent <brennan <at> umanwizard.com>

gnu/packages/golang.scm (new variable): go-1.23

Change-Id: I08ce59873bd7fa5ab41a557e5847b8540c053e79
---
 gnu/packages/golang.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 27cdec0594..05acde04d9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -985,6 +985,21 @@ (define-public go-1.22
                     (list go-1.21)
                     (package-native-inputs go-1.21)))))
 
+(define-public go-1.23
+  (package
+    (inherit go-1.22)
+    (name "go")
+    (version "1.23.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/golang/go")
+             (commit (string-append "go" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0yq7fmha7x6fiah68mpx7cvffsd8a7z569cfq2dj5s66pbgzmji9"))))))
+
 ;;
 ;; Default Golang version used in guix/build-system/go.scm to build packages.
 ;;
-- 
2.45.2




[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 72860-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: golang: add go 1.23.0
Date: Thu, 29 Aug 2024 01:10:13 +0100
[Message part 4 (text/plain, inline)]
Hi,

Thank you for the patch.

Pushed as b1fd5114774c3dc301310edcee213ef634f8c175 to master with minor
modifications.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 270 days ago.

Previous Next


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