File gnu/packages/crates-io.scm changed (mode: 100644) (index 02bbf89f3b..c7215ad6fa) |
... |
... |
Verification.") |
28276 |
28276 |
#:cargo-development-inputs |
#:cargo-development-inputs |
28277 |
28277 |
(("rust-base64" ,rust-base64-0.9)))))) |
(("rust-base64" ,rust-base64-0.9)))))) |
28278 |
28278 |
|
|
28279 |
|
(define-public rust-webpki-roots-0.18 |
|
|
28279 |
|
(define-public rust-webpki-roots-0.20 |
28280 |
28280 |
(package |
(package |
28281 |
28281 |
(name "rust-webpki-roots") |
(name "rust-webpki-roots") |
28282 |
|
(version "0.18.0") |
|
|
28282 |
|
(version "0.20.0") |
28283 |
28283 |
(source |
(source |
28284 |
28284 |
(origin |
(origin |
28285 |
28285 |
(method url-fetch) |
(method url-fetch) |
28286 |
28286 |
(uri (crate-uri "webpki-roots" version)) |
(uri (crate-uri "webpki-roots" version)) |
28287 |
|
(file-name (string-append name "-" version ".tar.gz")) |
|
28288 |
|
(sha256 |
|
28289 |
|
(base32 "1d4ss607rgi9pj01zzqa13c1p3m35z314yh6lmjaj4kzvwv5gkci")))) |
|
|
28287 |
|
(file-name (string-append name "-" version ".tar.gz")) |
|
28288 |
|
(sha256 |
|
28289 |
|
(base32 |
|
28290 |
|
"17qpmyym1lsi967b4nc3112nb13ism8731bhjqd9hlajafkxw80g")))) |
28290 |
28291 |
(build-system cargo-build-system) |
(build-system cargo-build-system) |
28291 |
28292 |
(arguments |
(arguments |
28292 |
|
`(#:cargo-inputs (("rust-webpki" ,rust-webpki-0.21)))) |
|
|
28293 |
|
`(#:cargo-inputs |
|
28294 |
|
(("rust-webpki" ,rust-webpki-0.21)))) |
28293 |
28295 |
(home-page "https://github.com/ctz/webpki-roots") |
(home-page "https://github.com/ctz/webpki-roots") |
28294 |
28296 |
(synopsis "Mozilla's CA root certificates for use with webpki") |
(synopsis "Mozilla's CA root certificates for use with webpki") |
28295 |
|
(description "Mozilla's CA root certificates for use with webpki") |
|
|
28297 |
|
(description "This package provides Mozilla's CA root certificates for use |
|
28298 |
|
with webpki.") |
28296 |
28299 |
(license license:mpl2.0))) |
(license license:mpl2.0))) |
28297 |
28300 |
|
|
|
28301 |
|
(define-public rust-webpki-roots-0.19 |
|
28302 |
|
(package |
|
28303 |
|
(inherit rust-webpki-roots-0.20) |
|
28304 |
|
(name "rust-webpki-roots") |
|
28305 |
|
(version "0.19.0") |
|
28306 |
|
(source |
|
28307 |
|
(origin |
|
28308 |
|
(method url-fetch) |
|
28309 |
|
(uri (crate-uri "webpki-roots" version)) |
|
28310 |
|
(file-name |
|
28311 |
|
(string-append name "-" version ".tar.gz")) |
|
28312 |
|
(sha256 |
|
28313 |
|
(base32 |
|
28314 |
|
"0fapdqwbfv0kncplpvbgnr0bjd5a9krlpij9jdzk0mvaa6vz9vzq")))))) |
|
28315 |
|
|
|
28316 |
|
(define-public rust-webpki-roots-0.18 |
|
28317 |
|
(package |
|
28318 |
|
(inherit rust-webpki-roots-0.19) |
|
28319 |
|
(name "rust-webpki-roots") |
|
28320 |
|
(version "0.18.0") |
|
28321 |
|
(source |
|
28322 |
|
(origin |
|
28323 |
|
(method url-fetch) |
|
28324 |
|
(uri (crate-uri "webpki-roots" version)) |
|
28325 |
|
(file-name (string-append name "-" version ".tar.gz")) |
|
28326 |
|
(sha256 |
|
28327 |
|
(base32 "1d4ss607rgi9pj01zzqa13c1p3m35z314yh6lmjaj4kzvwv5gkci")))))) |
|
28328 |
|
|
28298 |
28329 |
(define-public rust-webpki-roots-0.17 |
(define-public rust-webpki-roots-0.17 |
28299 |
28330 |
(package/inherit rust-webpki-roots-0.18 |
(package/inherit rust-webpki-roots-0.18 |
28300 |
28331 |
(name "rust-webpki-roots") |
(name "rust-webpki-roots") |