mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-webpki-roots-0.16.
* gnu/packages/crates-io.scm (rust-webpki-roots-0.16): New variable.
This commit is contained in:
parent
c69c0265f6
commit
695b1f1052
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue