unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72860] [PATCH] gnu: golang: add go 1.23.0
@ 2024-08-28 19:05 brennan
  2024-08-29  0:10 ` bug#72860: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: brennan @ 2024-08-28 19:05 UTC (permalink / raw)
  To: 72860; +Cc: Brennan Vincent, sharlatanus

From: Brennan Vincent <brennan@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






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

end of thread, other threads:[~2024-08-29  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 19:05 [bug#72860] [PATCH] gnu: golang: add go 1.23.0 brennan
2024-08-29  0:10 ` bug#72860: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).