mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: rust-c2-chacha-0.2: Update to 0.2.4.
* gnu/packages/crates-crypto.scm (rust-c2-chacha-0.2): Update to 0.2.4. [arguments]: Don't skip the build. [cargo-inputs]: Remove rust-lazy-static-1. Change-Id: Ifb9b6514ab14aa424dea105a38b188f0898075eb
This commit is contained in:
parent
935aabc817
commit
50b502f8e7
1 changed files with 4 additions and 8 deletions
|
@ -1109,22 +1109,18 @@ (define-public rust-botan-src-0.21703
|
|||
(define-public rust-c2-chacha-0.2
|
||||
(package
|
||||
(name "rust-c2-chacha")
|
||||
(version "0.2.2")
|
||||
(version "0.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "c2-chacha" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00a11qdc8mg3z0k613rhprkc9p6xz0y7b1681x32ixg0hr3x0r3x"))))
|
||||
(base32 "16mxizk6a1lq6fv1m9zmlc3s9s4wvx8iv2n3p89qp38h8g4r4w91"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-ppv-lite86" ,rust-ppv-lite86-0.2)
|
||||
("rust-stream-cipher" ,rust-stream-cipher-0.3))
|
||||
#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue