guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: electron-cash: Update to 4.0.14.


From: guix-commits
Subject: branch master updated: gnu: electron-cash: Update to 4.0.14.
Date: Wed, 25 Mar 2020 06:11:46 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 620c756  gnu: electron-cash: Update to 4.0.14.
620c756 is described below

commit 620c75644346063033ae7be19e4f7a6bdf54fa96
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Wed Mar 25 11:09:45 2020 +0100

    gnu: electron-cash: Update to 4.0.14.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index af75722..43eda97 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -452,7 +452,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.0.13")
+    (version "4.0.14")
     (source
      (origin
        (method git-fetch)
@@ -461,7 +461,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x9as1dn9n93vgyrixwvp9bh0aarr9vsfz5hdmw16j3wj3wj621f"))))
+        (base32 "1dp7cj1185h6xfz6jzh0iq58zvg3wq9hl96bkgxkf5h4ygni2vm6"))))
     (build-system python-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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