[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65037] [PATCH 7/7] gnu: trezord: Update to 2.0.33.
From: |
Attila Lendvai |
Subject: |
[bug#65037] [PATCH 7/7] gnu: trezord: Update to 2.0.33. |
Date: |
Thu, 3 Aug 2023 15:11:35 +0200 |
* 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 807241ab8c..8a62ac2805 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1660,7 +1660,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)
@@ -1668,11 +1668,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.40.1
- [bug#65037] Fix python-daemon, Trezor support, Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 1/7] gnu: python-daemon: Use the git repo as source instead of pypi., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 5/7] gnu: python-trezor-agent: Update to 0.14.7., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 4/7] gnu: python-trezor: Update to 0.13.7., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 7/7] gnu: trezord: Update to 2.0.33.,
Attila Lendvai <=
- [bug#65037] [PATCH 3/7] gnu: Add python-construct-classes., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 6/7] gnu: trezor-agent: Fix build, update versioning, and the git tag., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 2/7] gnu: python-daemon: Update to 3.0.1., Attila Lendvai, 2023/08/03
- [bug#65037] [PATCH 1/7] gnu: python-daemon: Use the git repo as source instead of pypi., Liliana Marie Prikler, 2023/08/26
- [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