diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-22 23:30:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:48 +0100 |
commit | 6bd9980e620798dc3abfeb19f561594801dc6079 (patch) | |
tree | 08af7bf6ea5d1a0ca82e41b677b3406d88a5f2e1 /gnu | |
parent | 315b3d5a4a4cba43fec4d5ef589b03221df9792e (diff) |
gnu: electron-cash: Update to 4.2.3.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 6bd6827160..c7a606f3b2 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) |