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
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -567,7 +567,7 @@ (define-public electrum
(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 @@ (define-public electron-cash
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1a4jqsfadv6xr7ydj79my71jyrp0sjlznsbxdxjsjgnsqk8r48w6"))))
(base32 "1fj797hbinxsqjwhh4l1vjsx1vzmgzf2apq7fnqqwpv9g0v2pch0"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)