guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: electron-cash: Update to 4.2.4.


From: guix-commits
Subject: 05/07: gnu: electron-cash: Update to 4.2.4.
Date: Tue, 9 Mar 2021 19:31:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4aef8e0af5f15b76c57efa07751f93f0a4313577
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 23:30:29 2021 +0100

    gnu: electron-cash: Update to 4.2.4.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.2.4.
---
 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 7686f60..e6df40c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -559,7 +559,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.2.3")
+    (version "4.2.4")
     (source
      (origin
        (method git-fetch)
@@ -568,7 +568,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1q18p86a3a3wpf9nbpymhyilmaw9vffvwxh4hhx29bywfzvav11f"))))
+        (base32 "1a4jqsfadv6xr7ydj79my71jyrp0sjlznsbxdxjsjgnsqk8r48w6"))))
     (build-system python-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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