mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: rust-stream-cipher-0.3: Update to 0.3.2.
* gnu/packages/crates-crypto.scm (rust-stream-cipher-0.3): Update to 0.3.2. [arguments]: Don't skip the build. [cargo-inputs]: Replace rust-generic-array-0.13 with 0.14. Change-Id: If247ab18bc3e22ffd4596f171993996705f3ae90
This commit is contained in:
parent
d9589e4482
commit
38586ce256
1 changed files with 5 additions and 8 deletions
|
@ -6384,21 +6384,18 @@ for the `authorized_keys` and `known_hosts` file formats.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-stream-cipher-0.4)
|
(inherit rust-stream-cipher-0.4)
|
||||||
(name "rust-stream-cipher")
|
(name "rust-stream-cipher")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "stream-cipher" version))
|
(uri (crate-uri "stream-cipher" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1333qng84n6b15p8kndhajlgvbp1rgdddx04xgsvrjlnb1m2acc1"))))
|
||||||
"1g1nd8r6pph70rzk5yyvg7a9ji7pkap9ddiqpp4v9xa9ys0bqqc8"))))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-blobby" ,rust-blobby-0.1)
|
(("rust-blobby" ,rust-blobby-0.1)
|
||||||
("rust-generic-array" ,rust-generic-array-0.13))))))
|
("rust-generic-array" ,rust-generic-array-0.14))))))
|
||||||
|
|
||||||
(define-public rust-streebog-0.10
|
(define-public rust-streebog-0.10
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue