gnu: Add rust-webpki-roots-0.16.

* gnu/packages/crates-io.scm (rust-webpki-roots-0.16): New variable.
This commit is contained in:
Efraim Flashner 2020-11-22 13:22:11 +02:00
parent c69c0265f6
commit 695b1f1052
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -32712,6 +32712,25 @@ (define-public rust-webpki-roots-0.17
(sha256
(base32 "12vi8dh0yik0h4f0b9dnlw5i3gxyky7iblbksh6zcq4xvlvswqm2"))))))
(define-public rust-webpki-roots-0.16
(package
(inherit rust-webpki-roots-0.17)
(name "rust-webpki-roots")
(version "0.16.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "webpki-roots" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"03ny02mwqdgd2ff23k03kbwr2rrcaymxhp7jcjjikfh340hs83y1"))))
(arguments
`(#:cargo-inputs
(("rust-untrusted" ,rust-untrusted-0.6)
("rust-webpki" ,rust-webpki-0.19))))))
(define-public rust-webpki-roots-0.14
(package/inherit rust-webpki-roots-0.18
(name "rust-webpki-roots")