[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-trezor: Update to 0.13.7.
From: |
guix-commits |
Subject: |
03/07: gnu: python-trezor: Update to 0.13.7. |
Date: |
Tue, 3 Oct 2023 10:03:52 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit ed363d6ddbd36f37524af35ab5961ea72c1de62c
Author: Attila Lendvai <attila.lendvai@gmail.com>
AuthorDate: Wed Sep 27 17:47:28 2023 +0200
gnu: python-trezor: Update to 0.13.7.
* gnu/packages/finance.scm (python-trezor): Update to 0.13.7.
[propagated-inputs]: Drop python-click-7 kludge, add
python-construct-classes instead of python-construct.
[native-inputs]: Add python-pillow, python-simple-rlp and python-wheel.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/finance.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 1711649a08..7f8a1edfe7 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1094,7 +1094,7 @@ Nano dongle.")
(define-public python-trezor
(package
(name "python-trezor")
- (version "0.13.0")
+ (version "0.13.7")
(source
(origin
(method git-fetch)
@@ -1103,7 +1103,7 @@ Nano dongle.")
(commit (string-append "python/v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wy584bxx5p2av4lv1bx9hl1q0b5n7hqz0hnqb9shjriarvl5ckd"))
+ (base32 "13wyl9b15c8iscfakprwfvh2akw180hfqdjww79b78ywz51y7hdh"))
(modules
'((guix build utils)
(srfi srfi-26)
@@ -1129,25 +1129,24 @@ Nano dongle.")
(build-system python-build-system)
(propagated-inputs
(list python-attrs
- ;; TOOD: Use the latest click version after release 0.13.1 or later
- ;; is made (see:
- ;; https://github.com/trezor/trezor-firmware/issues/2199).
- python-click-7
- python-construct
+ python-click
+ python-construct-classes
python-ecdsa
python-hidapi
python-libusb1
python-mnemonic
python-requests
python-typing-extensions))
- (native-inputs
- ;; For tests.
+ (native-inputs ; Only needed for running the tests
(list protobuf
python-black
python-isort
+ python-pillow
python-protobuf
python-pyqt
- python-pytest))
+ python-pytest
+ python-simple-rlp
+ python-wheel))
(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 (a71232b2c5 -> 284f8508be), guix-commits, 2023/10/03
- 02/07: gnu: Add python-construct-classes., guix-commits, 2023/10/03
- 03/07: gnu: python-trezor: Update to 0.13.7.,
guix-commits <=
- 01/07: gnu: gr-osmosdr: Update to 0.2.4., guix-commits, 2023/10/03
- 06/07: gnu: trezord: Update to 2.0.33., guix-commits, 2023/10/03
- 05/07: gnu: trezor-agent: Fix build, change versioning scheme., guix-commits, 2023/10/03
- 04/07: gnu: python-trezor-agent: Update to 0.14.7., guix-commits, 2023/10/03
- 07/07: gnu: trezord: Use new format for native-inputs., guix-commits, 2023/10/03