guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-crypto-mac-0.8: Fix hash.


From: guix-commits
Subject: branch master updated: gnu: rust-crypto-mac-0.8: Fix hash.
Date: Sun, 10 Jan 2021 17:02:52 -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 fa6c81b  gnu: rust-crypto-mac-0.8: Fix hash.
fa6c81b is described below

commit fa6c81bbd5d1215c4074502bd65855676be5539e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 10 22:59:26 2021 +0100

    gnu: rust-crypto-mac-0.8: Fix hash.
    
    * gnu/packages/crates-io.scm (rust-crypto-mac-0.8): Fix hash.
    
    The hash had been copied from rust-crypto-mac-0.7 when this variable was
    introduced.
---
 gnu/packages/crates-io.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 38d6fe8..260fc5d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7631,7 +7631,7 @@ Code} (MAC) algorithms.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1rbrq6qy9dl0pj4ym2zy33miaaa8vpzdss60p9bdb58xy46l0d24"))))
+         "1axfs4zmy74rn9666p92j7nmcv11zdp2d51yrppc2dv26cqa715m"))))
     (arguments
      `(#:cargo-inputs
        (("rust-blobby" ,rust-blobby-0.1)



reply via email to

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