1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

gnu: electron-cash: Update to 4.2.5.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.5.
This commit is contained in:
Guillaume Le Vaillant
2021-09-01 20:30:06 +02:00
parent 771c14c93e
commit 95c29d2746
+2 -2
View File
@@ -567,7 +567,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash
(package
(name "electron-cash")
(version "4.2.4")
(version "4.2.5")
(source
(origin
(method git-fetch)
@@ -576,7 +576,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1a4jqsfadv6xr7ydj79my71jyrp0sjlznsbxdxjsjgnsqk8r48w6"))))
(base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)