From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 58052@debbugs.gnu.org
Subject: [bug#58052] [PATCH 1/2] gnu: Add go-1.18.
Date: Sun, 25 Sep 2022 08:02:37 +0800 [thread overview]
Message-ID: <y76y1u8fhia.wl-hako@ultrarare.space> (raw)
In-Reply-To: <y76zgeofhkf.wl-hako@ultrarare.space>
* gnu/packages/golang (go-1.18,go-std-1.18): New variables.
---
gnu/packages/golang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 29a11a4ec1..698b4600ae 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -841,6 +841,22 @@ (define-public go-1.17
(alist-replace "go" (list go-1.16) (package-native-inputs go-1.16))
(package-native-inputs go-1.16)))))
+(define-public go-1.18
+ (package
+ (inherit go-1.17)
+ (name "go")
+ (version "1.18.6")
+ (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
+ "1s2xwgd3mfbjdf7ls9gyj7n1lbqc4276qkr3znyq9694isj1ak20"))))))
+
(define-public go go-1.17)
(define make-go-std
@@ -880,6 +896,7 @@ (define make-go-std
(define-public go-std-1.14 (make-go-std go-1.14))
(define-public go-std-1.16 (make-go-std go-1.16))
(define-public go-std-1.17 (make-go-std go-1.17))
+(define-public go-std-1.18 (make-go-std go-1.18))
(define-public go-0xacab-org-leap-shapeshifter
(let ((commit "0aa6226582efb8e563540ec1d3c5cfcd19200474")
--
2.37.3
next prev parent reply other threads:[~2022-09-25 0:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-25 0:01 [bug#58052] [PATCH 0/2] gnu: Add go-1.18 and go-1.19 Hilton Chain via Guix-patches via
2022-09-25 0:02 ` Hilton Chain via Guix-patches via [this message]
2022-09-25 0:03 ` [bug#58052] [PATCH 2/2] gnu: Add go-1.19 Hilton Chain via Guix-patches via
2022-10-02 18:13 ` bug#58052: [PATCH 0/2] gnu: Add go-1.18 and go-1.19 Efraim Flashner
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=y76y1u8fhia.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=58052@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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 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).