From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glg8y-0005bL-2t for guix-patches@gnu.org; Mon, 21 Jan 2019 15:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glg8x-00040t-Az for guix-patches@gnu.org; Mon, 21 Jan 2019 15:26:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41259) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glg8x-00040n-8I for guix-patches@gnu.org; Mon, 21 Jan 2019 15:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1glg8x-00013H-3x for guix-patches@gnu.org; Mon, 21 Jan 2019 15:26:03 -0500 Subject: [bug#34164] [PATCH] gnu: bitcoin-core: Update source URL. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:54022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glfsk-00061T-C8 for guix-patches@gnu.org; Mon, 21 Jan 2019 15:09:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glfsj-0004AA-F7 for guix-patches@gnu.org; Mon, 21 Jan 2019 15:09:18 -0500 Received: from mail4.protonmail.ch ([185.70.40.27]:15748) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glfsj-00049Z-8b for guix-patches@gnu.org; Mon, 21 Jan 2019 15:09:17 -0500 Date: Mon, 21 Jan 2019 20:09:12 +0000 From: Carl Dong Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Carl Dong Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 34164@debbugs.gnu.org >From 3414d9ef802bc3bd848fee00744dbf58be9f7cf2 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Mon, 21 Jan 2019 15:05:12 -0500 Subject: [PATCH] gnu: bitcoin-core: Update source URL. * gnu/packages/finances.scm (bitcoin-core): Update source URL. --- gnu/packages/finance.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 468388797..0944cfa18 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -77,7 +77,7 @@ (source (origin (method url-fetch) (uri - (string-append "https://bitcoin.org/bin/bitcoin-core-" + (string-append "https://bitcoincore.org/bin/bitcoin-core-" version "/bitcoin-" version ".tar.gz")) (sha256 (base32 -- 2.20.1