me
/
guix
Archived
1
0
Fork 0

gnu: electron-cash: Update to 4.0.10.

* gnu/packages/finance (electron-cash): Update to 4.0.10.
  [inputs]: Add python-dateutil and python-dnspython.
master
Vagrant Cascadian 2019-10-08 12:41:44 -07:00
parent 2ea095300a
commit 1ea8b3b1a0
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 7 additions and 2 deletions

View File

@ -76,6 +76,7 @@
#:use-module (gnu packages sphinx)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages textutils)
#:use-module (gnu packages time)
#:use-module (gnu packages tls)
#:use-module (gnu packages upnp)
#:use-module (gnu packages version-control)
@ -413,7 +414,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(package
(inherit electrum)
(name "electron-cash")
(version "4.0.7")
(version "4.0.10")
(source
(origin
(method url-fetch)
@ -424,13 +425,17 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
".tar.gz"))
(sha256
(base32
"0xswmr68cm1c77lzisi3z812jzqczm9dfrshfhdq42zz5kaz4gnn"))
"1rcywlma6hk52ymisx536jvkdwa73rhn1jxhsbs4wbvajl90w9s8"))
(modules '((guix build utils)))
(snippet
'(begin
;; Delete the bundled dependencies.
(delete-file-recursively "packages")
#t))))
(inputs
`(,@(package-inputs electrum)
("python-dateutil", python-dateutil)
("python-dnspython", python-dnspython)))
(home-page "https://electroncash.org/")
(synopsis "Bitcoin Cash wallet")
(description