gnu: python-trezor: Update to 0.11.3.

* gnu/packages/finance.scm (python-trezor): Update to 0.11.3.
master
Tobias Geerinckx-Rice 2019-06-07 00:17:03 +02:00
parent 7b725203a6
commit 61497aa481
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -742,14 +742,14 @@ Ledger Blue/Nano S.")
(define-public python-trezor (define-public python-trezor
(package (package
(name "python-trezor") (name "python-trezor")
(version "0.11.2") (version "0.11.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "trezor" version)) (uri (pypi-uri "trezor" version))
(sha256 (sha256
(base32 (base32
"1f0zfki12mnhidkfxpx2lpq1xim8f35i2d64bx9lf4m26xxv9x56")))) "0211m027vlvyqy83kwbjjjxalb04xgf1klv0h0y0f0yhj07516n7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -770,12 +770,13 @@ Ledger Blue/Nano S.")
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-typing-extensions" ,python-typing-extensions))) ("python-typing-extensions" ,python-typing-extensions)))
(native-inputs (native-inputs
`(("protobuf" ,protobuf) ; Tests ;; For tests.
("python-black" ,python-black) ; Tests `(("protobuf" ,protobuf)
("python-protobuf" ,python-protobuf) ; Tests ("python-black" ,python-black)
("python-isort" ,python-isort) ; Tests ("python-protobuf" ,python-protobuf)
("python-pyqt" ,python-pyqt) ; Tests ("python-isort" ,python-isort)
("python-pytest" ,python-pytest))) ; Tests ("python-pyqt" ,python-pyqt)
("python-pytest" ,python-pytest)))
(home-page "https://github.com/trezor/python-trezor") (home-page "https://github.com/trezor/python-trezor")
(synopsis "Python library for communicating with TREZOR Hardware Wallet") (synopsis "Python library for communicating with TREZOR Hardware Wallet")
(description "@code{trezor} is a Python library for communicating with (description "@code{trezor} is a Python library for communicating with