1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: trezor-agent: Fix hash.

* gnu/packages/finance.scm (trezor-agent): Update hash.

Hash was not updated when committing
c7c4f80881.
This commit is contained in:
Nicolas Goaziou
2021-12-05 19:17:01 +01:00
parent 10554e0a57
commit b4e97063ba

View File

@@ -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)