guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: electron-cash: Update to 4.2.10.


From: guix-commits
Subject: 12/18: gnu: electron-cash: Update to 4.2.10.
Date: Tue, 7 Jun 2022 09:18:40 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit a7e985d3a3a3719f8f391ffaa3576e61025ac4e8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 6 16:29:55 2022 -0400

    gnu: electron-cash: Update to 4.2.10.
    
    * gnu/packages/finance.scm (electron-cash): Update to 4.2.10.
---
 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 ecd20969fe..1afd51ff89 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -587,7 +587,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
 (define-public electron-cash
   (package
     (name "electron-cash")
-    (version "4.2.7")
+    (version "4.2.10")
     (source
      (origin
        (method git-fetch)
@@ -596,7 +596,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qiql2svjyxlgbg4c5b7grgsv8nx2cx33x3x13mvjjngjz3vgilv"))))
+        (base32 "0axpypq9byda61rp3sznrq24b24qxbfwk56j75qp06s1ackg0pcv"))))
     (build-system python-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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