mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-blake2b-simd-0.5: Update to 0.5.11.
* gnu/packages/crates-crypto.scm (rust-blake2b-simd-0.5): Update to 0.5.11. [arguments]: Don't skip the build. Change-Id: I4ea6228ac34d2b9a6c4bb763652ae0b5c33ae894
This commit is contained in:
parent
9e7244b61c
commit
935aabc817
1 changed files with 4 additions and 7 deletions
|
@ -813,19 +813,16 @@ BLAKE2bp hash functions.")
|
|||
(package
|
||||
(inherit rust-blake2b-simd-1)
|
||||
(name "rust-blake2b-simd")
|
||||
(version "0.5.10")
|
||||
(version "0.5.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "blake2b_simd" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12icvk8ixlivv3jv5nyrg01sajp4s279zb1kmif0nfja4ms2vyyq"))))
|
||||
(base32 "11y5nm06lpypz65dbxgncs12ckx24i5i4a777ckfhfxd93ili9xg"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-arrayref" ,rust-arrayref-0.3)
|
||||
("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||
("rust-constant-time-eq" ,rust-constant-time-eq-0.1))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue