[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: trezord: Update to 2.0.33.
From: |
guix-commits |
Subject: |
06/07: gnu: trezord: Update to 2.0.33. |
Date: |
Tue, 3 Oct 2023 10:03:53 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit a90bb1d302e59fb3e81368059182db3c2868f77b
Author: Attila Lendvai <attila.lendvai@gmail.com>
AuthorDate: Wed Sep 27 17:47:31 2023 +0200
gnu: trezord: Update to 2.0.33.
* gnu/packages/finance.scm (trezord): Update to 2.0.33.
[arguments]: Specify go-1.20 as the compiler.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
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 ea2c8cfe01..060a265180 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1666,7 +1666,7 @@ trezord as a regular user instead of needing to it run as
root.")
(define-public trezord
(package
(name "trezord")
- (version "2.0.31")
+ (version "2.0.33")
(source
(origin
(method git-fetch)
@@ -1674,11 +1674,13 @@ trezord as a regular user instead of needing to it run
as root.")
(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)
- branch master updated (a71232b2c5 -> 284f8508be), guix-commits, 2023/10/03
- 02/07: gnu: Add python-construct-classes., guix-commits, 2023/10/03
- 03/07: gnu: python-trezor: Update to 0.13.7., guix-commits, 2023/10/03
- 01/07: gnu: gr-osmosdr: Update to 0.2.4., guix-commits, 2023/10/03
- 06/07: gnu: trezord: Update to 2.0.33.,
guix-commits <=
- 05/07: gnu: trezor-agent: Fix build, change versioning scheme., guix-commits, 2023/10/03
- 04/07: gnu: python-trezor-agent: Update to 0.14.7., guix-commits, 2023/10/03
- 07/07: gnu: trezord: Use new format for native-inputs., guix-commits, 2023/10/03