mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: trezord: Update to 2.0.33-0.a58468e.
* gnu/packages/finance.scm (trezord): Update to 2.0.33-0.a58468e. Change-Id: Ia88a51dd0388e6eedc0d032d7f2b3dd7f413945b
This commit is contained in:
parent
6a3968787d
commit
51329b5f2a
1 changed files with 31 additions and 28 deletions
|
@ -1771,22 +1771,25 @@ trezord as a regular user instead of needing to it run as root.")
|
|||
(license license:lgpl3+))))
|
||||
|
||||
(define-public trezord
|
||||
;; XXX: The latest commit provides support for Go 1.24+, move back to the
|
||||
;; tag when it is released.
|
||||
(let ((commit "a58468e4f70619d4ca7dd6404bdf9bdcff8011f0")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "trezord")
|
||||
(version "2.0.33")
|
||||
(version (git-version "2.0.33" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/trezor/trezord-go")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "0nnfh9qkb8ljajkxwrn3nn85zrsw10hp7c5i4zh60qgfyl0djppw"))
|
||||
(base32 "15bqxg98wp4w8yc697rf228298dcxfmlvf7pzq370g852w8hm6q8"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.18
|
||||
#:install-source? #f
|
||||
#:import-path "github.com/trezor/trezord-go"))
|
||||
(native-inputs
|
||||
|
@ -1799,7 +1802,7 @@ trezord as a regular user instead of needing to it run as root.")
|
|||
(description
|
||||
"This allows a Trezor hardware wallet to communicate to the Trezor
|
||||
wallet.")
|
||||
(license license:lgpl3+)))
|
||||
(license license:lgpl3+))))
|
||||
|
||||
(define-public libofx
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue