guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: electron-cash: Update to 4.2.3.


From: guix-commits
Subject: 04/11: gnu: electron-cash: Update to 4.2.3.
Date: Tue, 22 Dec 2020 19:50:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6bd9980e620798dc3abfeb19f561594801dc6079
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 22 23:30:21 2020 +0100

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



reply via email to

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