Archived
1
0
Fork 0

gnu: trezord: Update to 2.0.31.

* gnu/packages/finance.scm (trezord): Update to 2.0.31.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Attila Lendvai 2021-11-28 21:24:45 +01:00 committed by Nicolas Goaziou
parent d3448fafea
commit b8abc6c88a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1361,7 +1361,7 @@ trezord as a regular user instead of needing to it run as root.")
(define-public trezord (define-public trezord
(package (package
(name "trezord") (name "trezord")
(version "2.0.30") (version "2.0.31")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1369,8 +1369,7 @@ trezord as a regular user instead of needing to it run as root.")
(url "https://github.com/trezor/trezord-go") (url "https://github.com/trezor/trezord-go")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32 "130nhk1pnr3xx9qkcij81mm3jxrl5zvvdqhvrgvrikqg3zlb6v5b"))
"1hzvk0wfgg7b4wpqjk3738yqxlv3pj5i7zxwm0jady2h97hmrqrr"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments