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.
This commit is contained in:
parent
473822336c
commit
fa6c81bbd5
1 changed files with 1 additions and 1 deletions
|
@ -7631,7 +7631,7 @@ Code} (MAC) algorithms.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rbrq6qy9dl0pj4ym2zy33miaaa8vpzdss60p9bdb58xy46l0d24"))))
|
"1axfs4zmy74rn9666p92j7nmcv11zdp2d51yrppc2dv26cqa715m"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-blobby" ,rust-blobby-0.1)
|
(("rust-blobby" ,rust-blobby-0.1)
|
||||||
|
|
Reference in a new issue