[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52207] [PATCH 4/5] gnu: python-trezor: Update to 0.12.4.
From: |
Attila Lendvai |
Subject: |
[bug#52207] [PATCH 4/5] gnu: python-trezor: Update to 0.12.4. |
Date: |
Tue, 30 Nov 2021 21:44:31 +0100 |
---
gnu/packages/finance.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index b468229849..9b98eafcd4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -992,7 +992,7 @@ (define-public python-btchip-python
(define-public python-trezor
(package
(name "python-trezor")
- (version "0.12.3")
+ (version "0.12.4")
(source
(origin
(method git-fetch)
@@ -1001,7 +1001,7 @@ (define-public python-trezor
(commit (string-append "python/v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wdm1y5zli6w09zbpjqc6rbcs1b4hjq007mbh7xdr17prbnqprac"))
+ (base32 "1k0zk94jnkhr4iyngjfhfvff5mibx265q81v8jhvhd3m4clzgc45"))
(modules
'((guix build utils)
(srfi srfi-26)
@@ -1019,7 +1019,8 @@ (define-public python-trezor
(string-append "./" file-name)))
(scandir "./python/"
(negate (cut member <> '("." "..") string=))))
- (delete-file-recursively "./python")))))
+ (delete-file-recursively "./python")
+ #t))))
(build-system python-build-system)
(propagated-inputs
`(("python-attrs" ,python-attrs)
--
2.33.0