summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-09 23:30:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-10 01:16:07 +0100
commit4aef8e0af5f15b76c57efa07751f93f0a4313577 (patch)
tree5869d47b0f3feb9ea142272e9742239423986a47 /gnu/packages
parentd5542627fa890bebc03f5c899075595952d0e2df (diff)
downloadguix-4aef8e0af5f15b76c57efa07751f93f0a4313577.tar.gz
gnu: electron-cash: Update to 4.2.4.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 7686f60675..e6df40c168 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)