aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-11-25 09:58:51 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-11-25 09:58:51 +0100
commit753a88c980ddba4ee30118d7c01b3ad75ef8922d (patch)
tree212d1992b2f489d1608e24895d422ac97e3fe1ce
parent4777c104beaa9f3f75db5476432b26557d2325c2 (diff)
downloadguix-753a88c980ddba4ee30118d7c01b3ad75ef8922d.tar
guix-753a88c980ddba4ee30118d7c01b3ad75ef8922d.tar.gz
gnu: electron-cash: Update to 4.2.12.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.12.
-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 0866688ea3..3a94666728 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -628,7 +628,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
- (version "4.2.11")
+ (version "4.2.12")
(source
(origin
(method git-fetch)
@@ -637,7 +637,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1g0xnb63c52l379zrqkfhxlkg1d2hf2dgjs2swspa0vah845r282"))))
+ (base32 "1bfnfpdyi3q5zq0zj07dq82aj3cihnr7j82gy4ch97182lsl6nms"))))
(build-system python-build-system)
(arguments
(list