From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58663) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNw2l-00074c-Nu for guix-patches@gnu.org; Fri, 25 Oct 2019 05:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNw2k-0007MO-GJ for guix-patches@gnu.org; Fri, 25 Oct 2019 05:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56717) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNw2k-0007MK-DI for guix-patches@gnu.org; Fri, 25 Oct 2019 05:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNw2k-0001Lx-9J for guix-patches@gnu.org; Fri, 25 Oct 2019 05:38:02 -0400 Subject: [bug#37919] [PATCH] gnu: electron-cash: Update to 4.0.10. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58547) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNw1s-0006KT-4D for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNw1q-000702-NU for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59225) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNw1q-0006zC-GZ for guix-patches@gnu.org; Fri, 25 Oct 2019 05:37:06 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9FDFA2400FC for ; Fri, 25 Oct 2019 11:37:04 +0200 (CEST) From: Guillaume Le Vaillant Date: Fri, 25 Oct 2019 11:35:56 +0200 Message-Id: <20191025093555.27128-2-glv@posteo.net> In-Reply-To: <20191025093555.27128-1-glv@posteo.net> References: <20191025093555.27128-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 37919@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/finance.scm (electron-cash): Update to 4.0.10. [inputs]: Add python-dateutil. [documentation]: Keep line width below 80. --- gnu/packages/finance.scm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 960e3adeb3..1f2d9ada04 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -76,6 +76,7 @@ #:use-module (gnu packages sphinx) #:use-module (gnu packages texinfo) #:use-module (gnu packages textutils) + #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages upnp) #:use-module (gnu packages version-control) @@ -413,7 +414,7 @@ other machines/servers. Electrum does not download t= he Bitcoin blockchain.") (package (inherit electrum) (name "electron-cash") - (version "4.0.7") + (version "4.0.10") (source (origin (method url-fetch) @@ -424,20 +425,24 @@ other machines/servers. Electrum does not download= the Bitcoin blockchain.") ".tar.gz")) (sha256 (base32 - "0xswmr68cm1c77lzisi3z812jzqczm9dfrshfhdq42zz5kaz4gnn")) + "1rcywlma6hk52ymisx536jvkdwa73rhn1jxhsbs4wbvajl90w9s8")) (modules '((guix build utils))) (snippet '(begin ;; Delete the bundled dependencies. (delete-file-recursively "packages") #t)))) + (inputs + `(("python-dateutil" ,python-dateutil) + ,@(package-inputs electrum))) (home-page "https://electroncash.org/") (synopsis "Bitcoin Cash wallet") (description - "Electroncash is a lightweight Bitcoin Cash client, based on a clie= nt-server -protocol. It supports Simple Payment Verification (SPV) and determinist= ic key -generation from a seed. Your secret keys are encrypted and are never se= nt to -other machines/servers. Electroncash does not download the Bitcoin Cash= blockchain.") + "Electroncash is a lightweight Bitcoin Cash client, based on +a client-server protocol. It supports Simple Payment Verification (SPV)= and +deterministic key generation from a seed. Your secret keys are encrypte= d and +are never sent to other machines/servers. Electroncash does not downloa= d the +Bitcoin Cash blockchain.") (license license:expat))) =20 (define-public monero --=20 2.23.0