[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65037] [PATCH v2 5/8] gnu: python-trezor-agent: Update to 0.14.7.
From: |
Attila Lendvai |
Subject: |
[bug#65037] [PATCH v2 5/8] gnu: python-trezor-agent: Update to 0.14.7. |
Date: |
Wed, 30 Aug 2023 20:57:33 +0200 |
---
gnu/packages/finance.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 2d28de0ee4..0656d72e64 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -923,7 +923,7 @@ (define-public python-trezor-agent
;; the toplevel app called trezor-agent.
(package
(name "python-trezor-agent")
- (version "0.14.4")
+ (version "0.14.7")
(source
(origin
(method git-fetch)
@@ -932,7 +932,7 @@ (define-public python-trezor-agent
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ksv494xpga27ifrjyn1bkqaya5h769lqb9rx1ng0n4kvmnrqr3l"))))
+ (base32 "04dds5bbw73nk36zm8d02qw6qr92nrlcf8r1cq8ba96mzi34jbk0"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -960,8 +960,12 @@ (define-public python-trezor-agent
python-semver
python-unidecode
python-wheel))
- (native-inputs
- (list gnupg python-mock python-pytest))
+ (native-inputs ; Only needed for running the tests
+ (list gnupg
+ python-bech32
+ python-cryptography
+ python-mock
+ python-pytest))
(home-page "https://github.com/romanz/trezor-agent")
(synopsis "Use hardware wallets as SSH and GPG agent")
(description
--
2.40.1
- [bug#65037] [PATCH 1/7] gnu: python-daemon: Use the git repo as source instead of pypi., (continued)
- [bug#65037] [PATCH 8/8] gnu: trezord: use new format for native-inputs., Attila Lendvai, 2023/08/04
- [bug#65037] Fix python-daemon, Trezor support, Liliana Marie Prikler, 2023/08/26
- [bug#65037] [PATCH v2 1/8] gnu: python-daemon: Build from git sources., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 4/8] gnu: python-trezor: Update to 0.13.7., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 7/8] gnu: trezord: Update to 2.0.33., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 2/8] gnu: python-daemon: Update to 3.0.1., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 3/8] gnu: Add python-construct-classes., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 6/8] gnu: trezor-agent: Fix build, change versioning scheme., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 8/8] gnu: trezord: use new format for native-inputs., Attila Lendvai, 2023/08/30
- [bug#65037] [PATCH v2 5/8] gnu: python-trezor-agent: Update to 0.14.7.,
Attila Lendvai <=