gnu: electron-cash: Update to 4.2.11.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.11.
This commit is contained in:
Guillaume Le Vaillant 2022-08-20 09:47:37 +02:00
parent f31e55d081
commit e16fcc7484
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

@ -626,7 +626,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(define-public electron-cash (define-public electron-cash
(package (package
(name "electron-cash") (name "electron-cash")
(version "4.2.10") (version "4.2.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -635,7 +635,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0axpypq9byda61rp3sznrq24b24qxbfwk56j75qp06s1ackg0pcv")))) (base32 "1g0xnb63c52l379zrqkfhxlkg1d2hf2dgjs2swspa0vah845r282"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list