gnu: electron-cash: Update to 4.1.1.

* gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
This commit is contained in:
Guillaume Le Vaillant 2020-09-19 09:22:08 +02:00
parent 84da8f7fee
commit 70ef8b2455
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -480,7 +480,7 @@ (define-public electrum
(define-public electron-cash
(package
(name "electron-cash")
(version "4.1.0")
(version "4.1.1")
(source
(origin
(method git-fetch)
@ -489,7 +489,7 @@ (define-public electron-cash
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ccfm6kkmbkvykfdzrisxvr0lx9kgq4l43ixk6v3xnvhnbfwz4s2"))))
(base32 "1fllz2s20lg4hrppzmnlgjy9mrq7gaq66l2apb3vz1avzvsjw3gm"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)