guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: trezord: Update to 2.0.31.


From: guix-commits
Subject: 05/05: gnu: trezord: Update to 2.0.31.
Date: Sun, 28 Nov 2021 15:32:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b8abc6c88a3d2a52d4f6292c9f7769d35968a0dc
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Sun Nov 28 21:24:45 2021 +0100

    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>
---
 gnu/packages/finance.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 2492f04..60ed9fc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]