me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-01-10 22:59:26 +01:00
parent 473822336c
commit fa6c81bbd5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

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