mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01: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 @@ (define-public rust-crypto-secretbox-0.1
|
|||
(define-public rust-crypto-bigint-0.5
|
||||
(package
|
||||
(name "rust-crypto-bigint")
|
||||
(version "0.5.2")
|
||||
(version "0.5.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crypto-bigint" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05gy7sqkxg65bj1wrgq1pbh8iwn1kmfysvzx1g22p4gx3972yk6g"))))
|
||||
"0xmbdff3g6ii5sbxjxc31xfkv9lrmyril4arh3dzckd4gjsjzj8d"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -1536,7 +1536,7 @@ (define-public rust-crypto-bigint-0.5
|
|||
("rust-zeroize" ,rust-zeroize-1))
|
||||
#:cargo-development-inputs
|
||||
(("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-num-bigint" ,rust-num-bigint-0.4)
|
||||
("rust-num-integer" ,rust-num-integer-0.1)
|
||||
|
|
Loading…
Reference in a new issue