3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
(package
(name "trezord")
(version "2.0.30")
(version "2.0.31")
(source
(origin
(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")
(commit (string-append "v" version))))
(sha256
(base32
"1hzvk0wfgg7b4wpqjk3738yqxlv3pj5i7zxwm0jady2h97hmrqrr"))
(base32 "130nhk1pnr3xx9qkcij81mm3jxrl5zvvdqhvrgvrikqg3zlb6v5b"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments