[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/18: gnu: trezor-agent: Update to 0.14.4.
From: |
guix-commits |
Subject: |
11/18: gnu: trezor-agent: Update to 0.14.4. |
Date: |
Tue, 7 Jun 2022 09:18:39 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit da0839c77dedc6f6fcbbe503fda8a58a27af2e51
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 6 17:17:38 2022 -0400
gnu: trezor-agent: Update to 0.14.4.
* gnu/packages/finance.scm (trezor-agent): Update to 0.14.4.
[phases]{relax-requirements}: New phase.
---
gnu/packages/finance.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f342b537e0..ecd20969fe 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1110,7 +1110,7 @@ the KeepKey Hardware Wallet.")
(define-public trezor-agent
(package
(name "trezor-agent")
- (version "0.11.0-1")
+ (version "0.14.4")
(source
(origin
(method git-fetch)
@@ -1150,6 +1150,11 @@ the KeepKey Hardware Wallet.")
;; This package only has a Python script, not a Python module, so the
;; sanity-check phase can't work.
(delete 'sanity-check)
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "setup.py"
+ (("'trezor\\[hidapi]>=0.12.0,<0.13'")
+ "'trezor[hidapi]>=0.13'"))))
(add-after 'wrap 'fixup-agent-py
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")))
- 04/18: gnu: python-flake8: Update to 4.0.1., (continued)
- 04/18: gnu: python-flake8: Update to 4.0.1., guix-commits, 2022/06/07
- 08/18: gnu: python-trezor: Update to 0.13.0., guix-commits, 2022/06/07
- 18/18: gnu: offlate: Fix build., guix-commits, 2022/06/07
- 01/18: gnu: python-radon: Update to 5.1.0., guix-commits, 2022/06/07
- 02/18: gnu: python-pep8-naming: Update to 0.13.0., guix-commits, 2022/06/07
- 05/18: gnu: xenon: Update to 0.9.0, rename and relocate., guix-commits, 2022/06/07
- 06/18: gnu: python-flask-combo-jsonapi: Skip failing test., guix-commits, 2022/06/07
- 07/18: gnu: python-flask-restx: Skip networking dependent test., guix-commits, 2022/06/07
- 10/18: gnu: python-trezor: Add python-hidapi optional dependency., guix-commits, 2022/06/07
- 09/18: gnu: python-trezor-agent: Delete trailing #t and honor TESTS?., guix-commits, 2022/06/07
- 11/18: gnu: trezor-agent: Update to 0.14.4.,
guix-commits <=
- 12/18: gnu: electron-cash: Update to 4.2.10., guix-commits, 2022/06/07
- 13/18: gnu: electron-cash: Apply new style to inputs and use gexps., guix-commits, 2022/06/07
- 14/18: gnu: nikola: Update to 8.2.2., guix-commits, 2022/06/07
- 15/18: gnu: python-xunitparser: Update to 1.3.4., guix-commits, 2022/06/07
- 16/18: gnu: python-pygmsh: Update to 7.1.17., guix-commits, 2022/06/07
- 17/18: gnu: python-pygit2: Update to 1.9.2 and enable tests., guix-commits, 2022/06/07