guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: electron-cash: Update to 4.0.10.


From: guix-commits
Subject: 01/01: gnu: electron-cash: Update to 4.0.10.
Date: Tue, 8 Oct 2019 15:43:14 -0400 (EDT)

vagrantc pushed a commit to branch staging
in repository guix.

commit 1ea8b3b1a08488759c71381970ca677761a1e870
Author: Vagrant Cascadian <address@hidden>
Date:   Tue Oct 8 12:41:44 2019 -0700

    gnu: electron-cash: Update to 4.0.10.
    
    * gnu/packages/finance (electron-cash): Update to 4.0.10.
      [inputs]: Add python-dateutil and python-dnspython.
---
 gnu/packages/finance.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 960e3ad..1230e5c 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 the 
Bitcoin blockchain.")
   (package
     (inherit electrum)
     (name "electron-cash")
-    (version "4.0.7")
+    (version "4.0.10")
     (source
      (origin
        (method url-fetch)
@@ -424,13 +425,17 @@ 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
+     `(,@(package-inputs electrum)
+       ("python-dateutil", python-dateutil)
+       ("python-dnspython", python-dnspython)))
     (home-page "https://electroncash.org/";)
     (synopsis "Bitcoin Cash wallet")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]