mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-webpki-roots-0.22.
* gnu/packages/crates-io.scm (rust-webpki-roots-0.22): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
ff28c1fd03
commit
d55da11c5e
1 changed files with 21 additions and 0 deletions
|
@ -65982,6 +65982,27 @@ (define-public rust-webpki-0.18
|
|||
#:cargo-development-inputs
|
||||
(("rust-base64" ,rust-base64-0.9))))))
|
||||
|
||||
(define-public rust-webpki-roots-0.22
|
||||
(package
|
||||
(name "rust-webpki-roots")
|
||||
(version "0.22.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "webpki-roots" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jbll0ys9jakrvv3l1i216bbgj7jbxr7ad2dihw28xcm7s8fnb2m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-webpki" ,rust-webpki-0.22))))
|
||||
(home-page "https://github.com/rustls/webpki-roots")
|
||||
(synopsis "Mozilla's CA root certificates for use with webpki")
|
||||
(description "This package provides Mozilla's CA root certificates for use
|
||||
with webpki.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-webpki-roots-0.21
|
||||
(package
|
||||
(name "rust-webpki-roots")
|
||||
|
|
Loading…
Reference in a new issue