mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: Add rust-crypto-bigint-0.3.
* gnu/packages/crates-io.scm (rust-crypto-bigint-0.3): New variable. Change-Id: I36329286e09b4289c03ae345f5c35d884eed0efc
This commit is contained in:
parent
afddff0200
commit
844740693d
1 changed files with 25 additions and 0 deletions
|
@ -18614,6 +18614,31 @@ (define-public rust-crypto-bigint-0.5
|
|||
using const generics.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-crypto-bigint-0.3
|
||||
(package
|
||||
(inherit rust-crypto-bigint-0.5)
|
||||
(name "rust-crypto-bigint")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crypto-bigint" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08gx92sj93hk2smqy4nvk8lmpjjjqm7a9ps22q3pxqqxzbas3ih3"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-generic-array" ,rust-generic-array-0.14)
|
||||
("rust-rand-core" ,rust-rand-core-0.6)
|
||||
("rust-rlp" ,rust-rlp-0.5)
|
||||
("rust-subtle" ,rust-subtle-2)
|
||||
("rust-zeroize" ,rust-zeroize-1))
|
||||
#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.3)
|
||||
("rust-num-bigint" ,rust-num-bigint-0.4)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-proptest" ,rust-proptest-1)
|
||||
("rust-rand-chacha" ,rust-rand-chacha-0.3)
|
||||
("rust-rand-core" ,rust-rand-core-0.6))))))
|
||||
|
||||
(define-public rust-crypto-bigint-0.2
|
||||
(package
|
||||
(inherit rust-crypto-bigint-0.5)
|
||||
|
|
Loading…
Reference in a new issue