mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-webpki-roots: Update to 1.0.0.
* gnu/packages/crates-web.scm (rust-webpki-roots-1): New variable. Change-Id: I4790cad0ab9f0771f9e6c3deb31916603b3e2641
This commit is contained in:
parent
f9bc359b98
commit
4210f4ce5f
1 changed files with 21 additions and 0 deletions
|
@ -8641,6 +8641,27 @@ Verification.")
|
||||||
self-signed X.509 format for use with crates other than webpki.")
|
self-signed X.509 format for use with crates other than webpki.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-webpki-roots-1
|
||||||
|
(package
|
||||||
|
(name "rust-webpki-roots")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "webpki-roots" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1nyg365shpxkbazrsvh9c4cv7ar16xnfq62w48xdmwn43j6p6lr8"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-rustls-pki-types" ,rust-rustls-pki-types-1))))
|
||||||
|
(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.26
|
(define-public rust-webpki-roots-0.26
|
||||||
(package
|
(package
|
||||||
(name "rust-webpki-roots")
|
(name "rust-webpki-roots")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue