gnu: electrum: Update to 4.2.1.

* gnu/packages/finance.scm (electrum): Update to 4.2.1.
  [inputs]: Replace python-aiorpcx-0.18 by python-aiorpcx. Add zbar.
This commit is contained in:
Guillaume Le Vaillant 2022-04-16 11:26:48 +02:00
parent 6be6ea4276
commit 4bd3fdda63
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -508,7 +508,7 @@ do so.")
(define-public electrum (define-public electrum
(package (package
(name "electrum") (name "electrum")
(version "4.1.5") (version "4.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -516,7 +516,7 @@ do so.")
version "/Electrum-" version "/Electrum-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "188r4zji985z8pm9b942xhmvv174yndk6jxagxl7ljk03wl2wiwi")) (base32 "0w41411zq07kx0351wxkmpn0wr42wd2nx0m6v0iwvpsggx654b6r"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -525,22 +525,23 @@ do so.")
#t)))) #t))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list python-pyqt (list libsecp256k1
python-qrcode
python-protobuf
python-aiohttp python-aiohttp
python-aiohttp-socks python-aiohttp-socks
python-aiorpcx-0.18 python-aiorpcx
python-certifi
python-bitstring
python-attrs python-attrs
python-bitstring
python-btchip-python
python-certifi
python-cryptography python-cryptography
python-qdarkstyle
python-dnspython python-dnspython
python-hidapi python-hidapi
python-ledgerblue python-ledgerblue
python-btchip-python python-protobuf
libsecp256k1)) python-pyqt
python-qdarkstyle
python-qrcode
zbar))
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:phases #:phases