GNU bug report logs -
#65037
Fix python-daemon, Trezor support
Previous Next
Reported by: Attila Lendvai <attila <at> lendvai.name>
Date: Thu, 3 Aug 2023 12:54:01 UTC
Severity: normal
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/finance.scm (trezord): Update version and hash, specify go-1.20
as the compiler. Mention in a comment that the minimal requirement is 1.18.
---
gnu/packages/finance.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5695ec4b63..8e34064201 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1648,7 +1648,7 @@ (define-public trezord-udev-rules
(define-public trezord
(package
(name "trezord")
- (version "2.0.31")
+ (version "2.0.33")
(source
(origin
(method git-fetch)
@@ -1656,11 +1656,13 @@ (define-public trezord
(url "https://github.com/trezor/trezord-go")
(commit (string-append "v" version))))
(sha256
- (base32 "130nhk1pnr3xx9qkcij81mm3jxrl5zvvdqhvrgvrikqg3zlb6v5b"))
+ (base32 "0nnfh9qkb8ljajkxwrn3nn85zrsw10hp7c5i4zh60qgfyl0djppw"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/trezor/trezord-go"))
+ `(#:import-path "github.com/trezor/trezord-go"
+ ;; Requires go 1.18 or later: https://github.com/trezor/trezord-go/commit/f559ee5079679aeb5f897c65318d3310f78223ca
+ #:go ,go-1.20))
(native-inputs
`(("github.com/gorilla-csrf" ,go-github-com-gorilla-csrf)
("github.com/gorilla/handlers" ,go-github-com-gorilla-handlers)
--
2.41.0
This bug report was last modified 1 year and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.