mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-crypto-bigint-0.5: Update to 0.5.5.
* gnu/packages/crates-crypto.scm (rust-crypto-bigint-0.5): Update to 0.5.5. [cargo-development-inputs]: Replace rust-criterion-0.4 with 0.5. Change-Id: Ib44e3c9bd01a21803bf8161cdb5b6cda24bef199
This commit is contained in:
parent
93f5ffffcc
commit
258b43e079
1 changed files with 3 additions and 3 deletions
|
@ -1516,14 +1516,14 @@ variant of X@code{ChaCha20Poly1305}.")
|
||||||
(define-public rust-crypto-bigint-0.5
|
(define-public rust-crypto-bigint-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-crypto-bigint")
|
(name "rust-crypto-bigint")
|
||||||
(version "0.5.2")
|
(version "0.5.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "crypto-bigint" version))
|
(uri (crate-uri "crypto-bigint" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05gy7sqkxg65bj1wrgq1pbh8iwn1kmfysvzx1g22p4gx3972yk6g"))))
|
"0xmbdff3g6ii5sbxjxc31xfkv9lrmyril4arh3dzckd4gjsjzj8d"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -1536,7 +1536,7 @@ variant of X@code{ChaCha20Poly1305}.")
|
||||||
("rust-zeroize" ,rust-zeroize-1))
|
("rust-zeroize" ,rust-zeroize-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bincode" ,rust-bincode-1)
|
(("rust-bincode" ,rust-bincode-1)
|
||||||
("rust-criterion" ,rust-criterion-0.4)
|
("rust-criterion" ,rust-criterion-0.5)
|
||||||
("rust-hex-literal" ,rust-hex-literal-0.4)
|
("rust-hex-literal" ,rust-hex-literal-0.4)
|
||||||
("rust-num-bigint" ,rust-num-bigint-0.4)
|
("rust-num-bigint" ,rust-num-bigint-0.4)
|
||||||
("rust-num-integer" ,rust-num-integer-0.1)
|
("rust-num-integer" ,rust-num-integer-0.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue