From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsgzH-0007sp-Gb for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsgzG-0002kK-FQ for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42445) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsgzG-0002kG-Ck for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gsgzG-00024i-3P for guix-patches@gnu.org; Sat, 09 Feb 2019 23:45:02 -0500 Subject: [bug#34410] [PATCH] gnu: electron-cash: Update to 3.3.5. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:38728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsgyI-0007lU-CE for guix-patches@gnu.org; Sat, 09 Feb 2019 23:44:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsgyH-00028e-Ld for guix-patches@gnu.org; Sat, 09 Feb 2019 23:44:02 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:53618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsgyH-00026X-FI for guix-patches@gnu.org; Sat, 09 Feb 2019 23:44:01 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A54051AAC0 for ; Sat, 9 Feb 2019 20:43:58 -0800 (PST) From: Vagrant Cascadian Date: Sat, 09 Feb 2019 20:43:53 -0800 Message-ID: <87ef8guuba.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: 34410@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/finance.scm (electron-cash): Update to 3.3.5. [source]: Update uri. =2D-- gnu/packages/finance.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 352f4ad9b2..e44be713f2 100644 =2D-- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -354,18 +354,18 @@ other machines/servers. Electrum does not download t= he Bitcoin blockchain.") (package (inherit electrum) (name "electron-cash") =2D (version "3.3.4") + (version "3.3.5") (source (origin (method url-fetch) (uri (string-append "https://electroncash.org/downloads/" version =2D "/win-linux/ElectronCash-" + "/win-linux/Electron-Cash-" version ".tar.gz")) (sha256 (base32 =2D "0ipl6vf2n9a5n556sx2z57s7wdvg05xwjvz67kff9nmbx4s8vjyf")) + "185z3c5j9nvl31ga80hvahx7ghvkgmqgfjrrzw1fbs6p9jxy007w")) (modules '((guix build utils))) (snippet '(begin =2D-=20 2.20.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF+sCQAKCRDcUY/If5cW qgpTAQD3uwKYmVtm4wcrbAabZNqwovp1Vlr2W7+d6JWbdhjROAEA9Hc4Uweom1gj VcjJaZpFG37kcM+Lh7z+y/dIdTiV1Qk= =lMAy -----END PGP SIGNATURE----- --=-=-=--