mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: rust-ghash-0.5: Update to 0.5.1.
* gnu/packages/crates-crypto.scm (rust-ghash-0.5): Update to 0.5.1. Change-Id: I8e054cd3e4a625a6369e251301570aabd05457eb
This commit is contained in:
parent
0b0642eaae
commit
6e053b170e
1 changed files with 2 additions and 2 deletions
|
@ -2614,14 +2614,14 @@ (define-public rust-fiat-crypto-0.1
|
|||
(define-public rust-ghash-0.5
|
||||
(package
|
||||
(name "rust-ghash")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ghash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0h1y3v3kj8xxkf2snv1yly0lr20fdh3jrm60p382szbiwl6pac6r"))))
|
||||
(base32 "1wbg4vdgzwhkpkclz1g6bs4r5x984w5gnlsj4q5wnafb5hva9n7h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue