diff options
author | Attila Lendvai <attila@lendvai.name> | 2021-11-28 21:24:45 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-28 21:31:09 +0100 |
commit | b8abc6c88a3d2a52d4f6292c9f7769d35968a0dc (patch) | |
tree | ea61dffc3e756a513b98f82d667a348498d33126 | |
parent | d3448fafea40b6c53de34696d7e481811de36c09 (diff) |
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>
-rw-r--r-- | gnu/packages/finance.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 2492f04741..60ed9fc4e3 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -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 |