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
|
(package
|
||||||
(inherit rust-blake2b-simd-1)
|
(inherit rust-blake2b-simd-1)
|
||||||
(name "rust-blake2b-simd")
|
(name "rust-blake2b-simd")
|
||||||
(version "0.5.10")
|
(version "0.5.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "blake2b_simd" version))
|
(uri (crate-uri "blake2b_simd" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "11y5nm06lpypz65dbxgncs12ckx24i5i4a777ckfhfxd93ili9xg"))))
|
||||||
"12icvk8ixlivv3jv5nyrg01sajp4s279zb1kmif0nfja4ms2vyyq"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-arrayref" ,rust-arrayref-0.3)
|
(("rust-arrayref" ,rust-arrayref-0.3)
|
||||||
("rust-arrayvec" ,rust-arrayvec-0.5)
|
("rust-arrayvec" ,rust-arrayvec-0.5)
|
||||||
("rust-constant-time-eq" ,rust-constant-time-eq-0.1))))))
|
("rust-constant-time-eq" ,rust-constant-time-eq-0.1))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue