From unknown Sun Aug 10 16:46:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39317] [PATCH] gnu: go: Update to 1.13.6. Resent-From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 27 Jan 2020 21:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39317 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39317@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15801616228931 (code B ref -1); Mon, 27 Jan 2020 21:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jan 2020 21:47:02 +0000 Received: from localhost ([127.0.0.1]:59120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwCDm-0002Jz-24 for submit@debbugs.gnu.org; Mon, 27 Jan 2020 16:47:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:41707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwCDk-0002JY-13 for submit@debbugs.gnu.org; Mon, 27 Jan 2020 16:47:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36874) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwCDf-0004Qu-Ct for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwCDe-0004KK-9X for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:55 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:36986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iwCDe-0004Ix-0C for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:54 -0500 Received: (qmail 18020 invoked by uid 1009); 27 Jan 2020 22:46:51 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25707. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.008762 secs); 27 Jan 2020 21:46:51 -0000 Received: from unknown (HELO zdrowyportier.kadziolka.net) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 27 Jan 2020 22:46:51 +0100 Date: Mon, 27 Jan 2020 22:46:50 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 37.59.186.212 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/golang.scm (go-1.12): Rename to... (go-1.13): This. (go-1.13)[version]: Update to 1.13.6. (go-1.13)[arguments]: Don't delete ../pkg/bootstrap, as the file is no longer generated during build. (go): Point to the renamed go-1.13 instead. --- gnu/packages/golang.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a6b5f2a4cf..98db7b5fec 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -216,11 +216,11 @@ in the style of communicating sequential processes (@dfn{CSP}).") (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")) (license license:bsd-3))) -(define-public go-1.12 +(define-public go-1.13 (package (inherit go-1.4) (name "go") - (version "1.12.15") + (version "1.13.6") (source (origin (method url-fetch) @@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla")))) + "03220q6n4wlpmz6zz3mw48kl3pjxia6pxdvf03wbqh6w9favxrda")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) @@ -367,7 +367,6 @@ in the style of communicating sequential processes (@dfn{CSP}).") (docs (string-append doc_out "/share/doc/" ,name "-" ,version)) (src (string-append (assoc-ref outputs "tests") "/share/" ,name "-" ,version))) - (delete-file-recursively "../pkg/bootstrap") ;; Prevent installation of the build cache, which contains ;; store references to most of the tools used to build Go and ;; would unnecessarily increase the size of Go's closure if it @@ -405,7 +404,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ,@(package-native-inputs go-1.4))) (supported-systems %supported-systems))) -(define-public go go-1.12) +(define-public go go-1.13) (define-public go-github-com-alsm-ioprogress (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5") -- 2.25.0 From unknown Sun Aug 10 16:46:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39317] [PATCH v2] gnu: Add go 1.13.7. References: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> In-Reply-To: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> Resent-From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 30 Jan 2020 15:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39317 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39317@debbugs.gnu.org Cc: leo@famulari.name Received: via spool by 39317-submit@debbugs.gnu.org id=B39317.15803975942543 (code B ref 39317); Thu, 30 Jan 2020 15:20:02 +0000 Received: (at 39317) by debbugs.gnu.org; 30 Jan 2020 15:19:54 +0000 Received: from localhost ([127.0.0.1]:36125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixBbm-0000ex-9X for submit@debbugs.gnu.org; Thu, 30 Jan 2020 10:19:54 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:35574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ixBbk-0000en-9W for 39317@debbugs.gnu.org; Thu, 30 Jan 2020 10:19:53 -0500 Received: (qmail 32602 invoked by uid 1009); 30 Jan 2020 16:19:50 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25710. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.021212 secs); 30 Jan 2020 15:19:50 -0000 Received: from unknown (HELO zdrowyportier.kadziolka.net) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 30 Jan 2020 16:19:49 +0100 Date: Thu, 30 Jan 2020 16:19:48 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200130151948.iyvfykj72lxfylqc@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/golang.scm (go-source): Factor out the source fields of all the go versions into a new helper function. (go-1.4, go-1.12)[source]: Use go-source. (go-1.13): New variable. --- gnu/packages/golang.scm | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9102469749..2332218d29 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -63,19 +63,22 @@ ;; gccgo-5. Mips is not officially supported, but it should work if it is ;; bootstrapped. +(define (go-source version hash) + (origin + (method url-fetch) + (uri (string-append "https://storage.googleapis.com/golang/go" + version ".src.tar.gz")) + (sha256 (base32 hash)))) + (define-public go-1.4 (package (name "go") ;; The C-language bootstrap of Go: ;; https://golang.org/doc/install/source#go14 (version "1.4-bootstrap-20171003") - (source (origin - (method url-fetch) - (uri (string-append "https://storage.googleapis.com/golang/" - name version ".tar.gz")) - (sha256 - (base32 - "0liybk5z00hizsb5ypkbhqcawnwwa6mkwgvjjg4y3jm3ndg5pzzl")))) + (source + (go-source version + "0liybk5z00hizsb5ypkbhqcawnwwa6mkwgvjjg4y3jm3ndg5pzzl")) (build-system gnu-build-system) (outputs '("out" "doc" @@ -222,13 +225,8 @@ in the style of communicating sequential processes (@dfn{CSP}).") (name "go") (version "1.12.16") (source - (origin - (method url-fetch) - (uri (string-append "https://storage.googleapis.com/golang/" - name version ".src.tar.gz")) - (sha256 - (base32 - "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf")))) + (go-source version + "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf")) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) @@ -367,7 +365,6 @@ in the style of communicating sequential processes (@dfn{CSP}).") (docs (string-append doc_out "/share/doc/" ,name "-" ,version)) (src (string-append (assoc-ref outputs "tests") "/share/" ,name "-" ,version))) - (delete-file-recursively "../pkg/bootstrap") ;; Prevent installation of the build cache, which contains ;; store references to most of the tools used to build Go and ;; would unnecessarily increase the size of Go's closure if it @@ -405,6 +402,14 @@ in the style of communicating sequential processes (@dfn{CSP}).") ,@(package-native-inputs go-1.4))) (supported-systems %supported-systems))) +(define-public go-1.13 + (package + (inherit go-1.12) + (version "1.13.7") + (source + (go-source version + "1x21kfpzfkvmqd42pan6nl862m7jjl4niqxxpcgm46awbz645bg4")))) + (define-public go go-1.12) (define-public go-github-com-alsm-ioprogress -- 2.25.0 From unknown Sun Aug 10 16:46:46 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Subject: bug#39317: closed (Re: [bug#39317] [PATCH] gnu: go: Update to 1.13.6.) Message-ID: References: <20200207234443.GB12194@jasmine.lan> <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> X-Gnu-PR-Message: they-closed 39317 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 39317@debbugs.gnu.org Date: Fri, 07 Feb 2020 23:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1581119102-23317-1" This is a multi-part message in MIME format... ------------=_1581119102-23317-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #39317: [PATCH] gnu: go: Update to 1.13.6. 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 39317@debbugs.gnu.org. --=20 39317: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D39317 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1581119102-23317-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 39317-done) by debbugs.gnu.org; 7 Feb 2020 23:44:53 +0000 Received: from localhost ([127.0.0.1]:50449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0DIq-00063L-QV for submit@debbugs.gnu.org; Fri, 07 Feb 2020 18:44:52 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:54623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0DIo-000636-OX for 39317-done@debbugs.gnu.org; Fri, 07 Feb 2020 18:44:51 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id E6DB6475; Fri, 7 Feb 2020 18:44:44 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 07 Feb 2020 18:44:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=mesmtp; bh=NRDanILeT0wPzT7LFTv9u3rPsnpMMc42CaYCF8LKSPc=; b=zmxQbzZxaNCk auoPsYm3Goqm+3XAl9u5Q+F6qyMjx2HDOCbnsdB+E91LTpGaLWRDCQMAsI44qLCj 2R+wPNzjIe89TIL3/DQtqJtxXLIkrWXfe5XNZfIF44awQddIiYGhAUIMRAVNBk1k DSS/zvV7RNpVly85EtZUURIE3rseoUk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=NRDanILeT0wPzT7LFTv9u3rPsnpMMc42CaYCF8LKS Pc=; b=ZNi4WbKKgiqm3OgOGOumAs5iFStcWXBcS4RlP7AuTTLGIAkT3sPpY1x4v ZyAtT5dV06P8x2u2HmkbnXgJ3XDP5pHpneg8z5LOf3PVyJKLATZmwt6W3kgWGnWj 0vIYDABAv615fbMAerK3t22Nxwhu7HjBJGqxPyKtgtiw1x3EvDix6HGuq0lHOq9M PAYuUN0FtU85oImoogVZAHGZ1RIPFUg+PmxhJxjacdhNL9LIum/nyjG9pTETXWbB uwhdOOaaXLdm0f3lT/4jXnEcOuvxEAj9+1kThJ3WoDv+MUEfnYzr4q1zUMMKnIkg ujOyUTz+cx5r1np7wm6f89Ly9v7WQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheeigddugecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtugfgjgesthekre dttddtjeenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecukfhppedujedvrdehkedrvddtfedrudeikeenucevlhhushhtvg hrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghr ihdrnhgrmhgv X-ME-Proxy: Received: from localhost (unknown [172.58.203.168]) by mail.messagingengine.com (Postfix) with ESMTPA id 3796E30600DC; Fri, 7 Feb 2020 18:44:44 -0500 (EST) Date: Fri, 7 Feb 2020 18:44:43 -0500 From: Leo Famulari To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#39317] [PATCH] gnu: go: Update to 1.13.6. Message-ID: <20200207234443.GB12194@jasmine.lan> References: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39317-done Cc: 39317-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Mon, Jan 27, 2020 at 10:46:50PM +0100, Jakub Kądziołka wrote: > * gnu/packages/golang.scm (go-1.12): Rename to... > (go-1.13): This. > (go-1.13)[version]: Update to 1.13.6. > (go-1.13)[arguments]: Don't delete ../pkg/bootstrap, as the file is no > longer generated during build. > (go): Point to the renamed go-1.13 instead. After discussion on IRC we decided to delay this update because it breaks some packages in Guix (e.g. Syncthing). ------------=_1581119102-23317-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Jan 2020 21:47:02 +0000 Received: from localhost ([127.0.0.1]:59120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwCDm-0002Jz-24 for submit@debbugs.gnu.org; Mon, 27 Jan 2020 16:47:02 -0500 Received: from lists.gnu.org ([209.51.188.17]:41707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iwCDk-0002JY-13 for submit@debbugs.gnu.org; Mon, 27 Jan 2020 16:47:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36874) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwCDf-0004Qu-Ct for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:59 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwCDe-0004KK-9X for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:55 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:36986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iwCDe-0004Ix-0C for guix-patches@gnu.org; Mon, 27 Jan 2020 16:46:54 -0500 Received: (qmail 18020 invoked by uid 1009); 27 Jan 2020 22:46:51 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25707. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.008762 secs); 27 Jan 2020 21:46:51 -0000 Received: from unknown (HELO zdrowyportier.kadziolka.net) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 27 Jan 2020 22:46:51 +0100 Date: Mon, 27 Jan 2020 22:46:50 +0100 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: guix-patches@gnu.org Subject: [PATCH] gnu: go: Update to 1.13.6. Message-ID: <20200127214650.yzvoq6zqbzhkoi5o@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 37.59.186.212 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/golang.scm (go-1.12): Rename to... (go-1.13): This. (go-1.13)[version]: Update to 1.13.6. (go-1.13)[arguments]: Don't delete ../pkg/bootstrap, as the file is no longer generated during build. (go): Point to the renamed go-1.13 instead. --- gnu/packages/golang.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a6b5f2a4cf..98db7b5fec 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -216,11 +216,11 @@ in the style of communicating sequential processes (@dfn{CSP}).") (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")) (license license:bsd-3))) -(define-public go-1.12 +(define-public go-1.13 (package (inherit go-1.4) (name "go") - (version "1.12.15") + (version "1.13.6") (source (origin (method url-fetch) @@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla")))) + "03220q6n4wlpmz6zz3mw48kl3pjxia6pxdvf03wbqh6w9favxrda")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) @@ -367,7 +367,6 @@ in the style of communicating sequential processes (@dfn{CSP}).") (docs (string-append doc_out "/share/doc/" ,name "-" ,version)) (src (string-append (assoc-ref outputs "tests") "/share/" ,name "-" ,version))) - (delete-file-recursively "../pkg/bootstrap") ;; Prevent installation of the build cache, which contains ;; store references to most of the tools used to build Go and ;; would unnecessarily increase the size of Go's closure if it @@ -405,7 +404,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ,@(package-native-inputs go-1.4))) (supported-systems %supported-systems))) -(define-public go go-1.12) +(define-public go go-1.13) (define-public go-github-com-alsm-ioprogress (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5") -- 2.25.0 ------------=_1581119102-23317-1-- From unknown Sun Aug 10 16:46:46 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39317] [PATCH v2] gnu: Add go 1.13.7. Resent-From: Leo Famulari Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Feb 2020 23:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39317 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 39317@debbugs.gnu.org Received: via spool by 39317-submit@debbugs.gnu.org id=B39317.158111948823920 (code B ref 39317); Fri, 07 Feb 2020 23:52:01 +0000 Received: (at 39317) by debbugs.gnu.org; 7 Feb 2020 23:51:28 +0000 Received: from localhost ([127.0.0.1]:50458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0DPE-0006Dk-Gs for submit@debbugs.gnu.org; Fri, 07 Feb 2020 18:51:28 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:52681) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0DPC-0006DW-E0 for 39317@debbugs.gnu.org; Fri, 07 Feb 2020 18:51:26 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 950D83AB; Fri, 7 Feb 2020 18:51:20 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 07 Feb 2020 18:51:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=mesmtp; bh=DT1pTLsD1+LvnYddw/YbIqfqHPcw8E6UX+5PiX+tvCE=; b=e48c48ClOhbx pil3WENWulaiq3BooKFI8zcDCNUkZ7nv/e+gCsMZvijGsamcQKQ6hB2gnGzbpgpl aur2Y+9P9zLPdh29pFJrvTzR9D3fXOUNTEaPuO4HeJUgbgS057+j1CsGsb18jKRH lz6pGR3pTo2MUYmSmYDdROAyyCKFwlQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=DT1pTLsD1+LvnYddw/YbIqfqHPcw8E6UX+5PiX+tv CE=; b=R0geiD1H9r+HTccQCHlKpzfo+aB0yvOyRKQLY1Workdt6T4Cg4ZfgJgnx otwLRWhjmvRgEBiaJ/PuByt5pD3KNAXWZkScWPG8rOgJgjtYxMfXTf9q+CwajfJ9 fVX5btpUHl45ZzrnXRMjxFdl1bvmSZQ2SR/kXzC6gTmL3TbZDM0AG5EDHWuk2agg tLkYaf1xCBRH91fITOoZ6DIOxmFbQ+kXHWVebffUraBer1z7h+8pjzcfZ94OqV5z Y3GikBB/bTZ/wcS4OlgK/K+yUM4sDSkRK3p1AK00ZUdCR4aYX0YB36ioGNQHHoMO CUo+auZgNhUxZevbxJU6uOWM+6LAg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheeigdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecuogfuuhhsphgvtghtffhomhgrihhnucdlgeelmdenuc fjughrpeffhffvuffkfhggtggugfgjsehtkeertddttdejnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucffohhmrghinh epghhoohhglhgvrghpihhsrdgtohhmnecukfhppedujedvrdehkedrvddtfedrudeikeen ucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghose hfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (unknown [172.58.203.168]) by mail.messagingengine.com (Postfix) with ESMTPA id 507033280062; Fri, 7 Feb 2020 18:51:19 -0500 (EST) Date: Fri, 7 Feb 2020 18:51:11 -0500 From: Leo Famulari Message-ID: <20200207235111.GC12194@jasmine.lan> References: <20200130151948.iyvfykj72lxfylqc@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200130151948.iyvfykj72lxfylqc@zdrowyportier.kadziolka.net> X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, Jan 30, 2020 at 04:19:48PM +0100, Jakub Kądziołka wrote: > * gnu/packages/golang.scm (go-source): Factor out the source fields of > all the go versions into a new helper function. > (go-1.4, go-1.12)[source]: Use go-source. > (go-1.13): New variable. > +(define (go-source version hash) > + (origin > + (method url-fetch) > + (uri (string-append "https://storage.googleapis.com/golang/go" > + version ".src.tar.gz")) > + (sha256 (base32 hash)))) There is always a trade-off between readability and time spent writing code with this kind of helper function. Since there are only 3 Go compiler packages, I'm not convinced it's necessary here. We should switch to building the 1.4 bootstrap Go from Git — they make changes in Git but don't always release a tarball. Then there would only be two "current" Go packages.