guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: trezor-agent: Fix hash.


From: guix-commits
Subject: branch master updated: gnu: trezor-agent: Fix hash.
Date: Sun, 05 Dec 2021 13:18:24 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b4e9706  gnu: trezor-agent: Fix hash.
b4e9706 is described below

commit b4e97063ba1ba912fecf02104f64960319622504
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 5 19:17:01 2021 +0100

    gnu: trezor-agent: Fix hash.
    
    * gnu/packages/finance.scm (trezor-agent): Update hash.
    
    Hash was not updated when committing
    c7c4f8088195a8e6650904de4e16d71b98776a76.
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 268f7ab..4793fe3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1115,7 +1115,7 @@ the KeepKey Hardware Wallet.")
              (commit "v0.14.4")))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nl44ldfw9s2v3p7g5bldfw3ds2hz9r28j42bpnp8bj0v5na3ivk"))
+        (base32 "1ksv494xpga27ifrjyn1bkqaya5h769lqb9rx1ng0n4kvmnrqr3l"))
        (modules
         '((guix build utils)
           (ice-9 ftw)



reply via email to

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