summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-09 02:35:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-10 00:32:35 +0100
commit0148fe643947da6b31dab7ceb9c5be7f797e6fd0 (patch)
tree5a25d3422b99210af1e27d8215779359cdec476f /gnu/packages/finance.scm
parent2717f180c4cba1da713c8fb54c0111bf64327e6d (diff)
downloadguix-patches-0148fe643947da6b31dab7ceb9c5be7f797e6fd0.tar
guix-patches-0148fe643947da6b31dab7ceb9c5be7f797e6fd0.tar.gz
gnu: electron-cash: Update to 4.2.6.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.6.
Diffstat (limited to 'gnu/packages/finance.scm')
-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 26c8fd53d1..b98d10a28c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -582,7 +582,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
- (version "4.2.5")
+ (version "4.2.6")
(source
(origin
(method git-fetch)
@@ -591,7 +591,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
+ (base32 "193krlnski9wjyfjkxfp4gcs7dgmqkwxgsy2m8x1515vb5bzv5pz"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)