[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: python-trezor: Update to 0.11.3.
From: |
guix-commits |
Subject: |
04/12: gnu: python-trezor: Update to 0.11.3. |
Date: |
Fri, 7 Jun 2019 13:24:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 61497aa481f38e04030610e8bb4b7860030fdb52
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jun 7 00:17:03 2019 +0200
gnu: python-trezor: Update to 0.11.3.
* gnu/packages/finance.scm (python-trezor): Update to 0.11.3.
---
gnu/packages/finance.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 328fd13..5b95bcb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -742,14 +742,14 @@ Ledger Blue/Nano S.")
(define-public python-trezor
(package
(name "python-trezor")
- (version "0.11.2")
+ (version "0.11.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trezor" version))
(sha256
(base32
- "1f0zfki12mnhidkfxpx2lpq1xim8f35i2d64bx9lf4m26xxv9x56"))))
+ "0211m027vlvyqy83kwbjjjxalb04xgf1klv0h0y0f0yhj07516n7"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -770,12 +770,13 @@ Ledger Blue/Nano S.")
("python-requests" ,python-requests)
("python-typing-extensions" ,python-typing-extensions)))
(native-inputs
- `(("protobuf" ,protobuf) ; Tests
- ("python-black" ,python-black) ; Tests
- ("python-protobuf" ,python-protobuf) ; Tests
- ("python-isort" ,python-isort) ; Tests
- ("python-pyqt" ,python-pyqt) ; Tests
- ("python-pytest" ,python-pytest))) ; Tests
+ ;; For tests.
+ `(("protobuf" ,protobuf)
+ ("python-black" ,python-black)
+ ("python-protobuf" ,python-protobuf)
+ ("python-isort" ,python-isort)
+ ("python-pyqt" ,python-pyqt)
+ ("python-pytest" ,python-pytest)))
(home-page "https://github.com/trezor/python-trezor")
(synopsis "Python library for communicating with TREZOR Hardware Wallet")
(description "@code{trezor} is a Python library for communicating with
- branch master updated (a0f352b -> bc48088), guix-commits, 2019/06/07
- 03/12: gnu: electrum: Update to 3.3.6., guix-commits, 2019/06/07
- 04/12: gnu: python-trezor: Update to 0.11.3.,
guix-commits <=
- 02/12: gnu: osc: Update to 0.165.1., guix-commits, 2019/06/07
- 11/12: gnu: libmatroska: Update to 1.5.2., guix-commits, 2019/06/07
- 09/12: gnu: terminology: Update to 1.4.1., guix-commits, 2019/06/07
- 08/12: gnu: dashel: Don't use unstable tarball., guix-commits, 2019/06/07
- 05/12: gnu: tinyxml2: Update to 7.0.1., guix-commits, 2019/06/07
- 01/12: gnu: coq: Update to 8.9.1., guix-commits, 2019/06/07
- 12/12: gnu: libebml: Update to 1.3.9., guix-commits, 2019/06/07
- 07/12: gnu: xsimd: Update to 7.2.3., guix-commits, 2019/06/07
- 10/12: gnu: vlc: Update to 3.0.7., guix-commits, 2019/06/07
- 06/12: gnu: xsimd: Don't use unstable tarball., guix-commits, 2019/06/07