gnu: electrum: Update to 3.3.3.
* gnu/packages/finance.scm (electrum): Update to 3.3.3. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
93d3360ab0
commit
81d59f4425
|
@ -299,7 +299,7 @@ do so.")
|
||||||
(define-public electrum
|
(define-public electrum
|
||||||
(package
|
(package
|
||||||
(name "electrum")
|
(name "electrum")
|
||||||
(version "3.2.2")
|
(version "3.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -308,7 +308,7 @@ do so.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fxaxlf5vm2zydj678ls3pazyriym188iwzk60kyk26cz2p3xk39"))
|
"0z2zfhyawrbzs0w1426a2w0d4wsajl34ymj77qmpm41138g2ysf2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -326,6 +326,10 @@ do so.")
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("python-qrcode" ,python-qrcode)
|
("python-qrcode" ,python-qrcode)
|
||||||
("python-protobuf" ,python-protobuf)
|
("python-protobuf" ,python-protobuf)
|
||||||
|
("python-aiohttp" ,python-aiohttp)
|
||||||
|
("python-aiohttp-socks" ,python-aiohttp-socks)
|
||||||
|
("python-aiorpcx" ,python-aiorpcx)
|
||||||
|
("python-certifi" ,python-certifi)
|
||||||
("python-dnspython" ,python-dnspython)
|
("python-dnspython" ,python-dnspython)
|
||||||
("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)))
|
("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue