me
/
guix
Archived
1
0
Fork 0

gnu: electron-cash: Update to 4.1.1.

* gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -480,7 +480,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(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 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ccfm6kkmbkvykfdzrisxvr0lx9kgq4l43ixk6v3xnvhnbfwz4s2"))))
(base32 "1fllz2s20lg4hrppzmnlgjy9mrq7gaq66l2apb3vz1avzvsjw3gm"))))
(build-system python-build-system)
(inputs
`(("libevent" ,libevent)