mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ with webpki.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12vi8dh0yik0h4f0b9dnlw5i3gxyky7iblbksh6zcq4xvlvswqm2"))))))
|
(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
|
(define-public rust-webpki-roots-0.14
|
||||||
(package/inherit rust-webpki-roots-0.18
|
(package/inherit rust-webpki-roots-0.18
|
||||||
(name "rust-webpki-roots")
|
(name "rust-webpki-roots")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue