From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36252) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0DJ1-0001Kx-AV for guix-patches@gnu.org; Fri, 07 Feb 2020 18:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0DJ0-0000UD-EY for guix-patches@gnu.org; Fri, 07 Feb 2020 18:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44479) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0DJ0-0000TU-BN for guix-patches@gnu.org; Fri, 07 Feb 2020 18:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0DJ0-00064C-Ae for guix-patches@gnu.org; Fri, 07 Feb 2020 18:45:02 -0500 Subject: bug#39317: [PATCH] gnu: go: Update to 1.13.6. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Fri, 7 Feb 2020 18:44:43 -0500 From: Leo Famulari 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> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Cc: 39317-done@debbugs.gnu.org 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).