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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72860 in the body.
You can then email your comments to 72860 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72860; Package guix-patches. (Wed, 28 Aug 2024 19:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to brennan <at> umanwizard.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 28 Aug 2024 19:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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






Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Thu, 29 Aug 2024 00:13:01 GMT) Full text and rfc822 format available.

Notification sent to brennan <at> umanwizard.com:
bug acknowledged by developer. (Thu, 29 Aug 2024 00:13:02 GMT) Full text and rfc822 format available.

Message #10 received at 72860-done <at> debbugs.gnu.org (full text, mbox):

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 1 (text/plain, inline)]
Hi,

Thank you for the patch.

Pushed as b1fd5114774c3dc301310edcee213ef634f8c175 to master with minor
modifications.

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

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 26 Sep 2024 11:24:14 GMT) Full text and rfc822 format available.

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.