mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add rust-webpki-roots-0.14.
* gnu/packages/crates-io.scm (rust-webpki-roots-0.14): New variable.
This commit is contained in:
parent
5b4051bf0b
commit
1431405e3f
1 changed files with 16 additions and 0 deletions
|
@ -26718,6 +26718,22 @@ (define-public rust-webpki-roots-0.17
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12vi8dh0yik0h4f0b9dnlw5i3gxyky7iblbksh6zcq4xvlvswqm2"))))))
|
(base32 "12vi8dh0yik0h4f0b9dnlw5i3gxyky7iblbksh6zcq4xvlvswqm2"))))))
|
||||||
|
|
||||||
|
(define-public rust-webpki-roots-0.14
|
||||||
|
(package/inherit rust-webpki-roots-0.18
|
||||||
|
(name "rust-webpki-roots")
|
||||||
|
(version "0.14.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "webpki-roots" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "05zw919077i3jadbvdsvl69wv2siijg2pjbykl6fyi7hmgb7bggd"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-untrusted" ,rust-untrusted-0.6)
|
||||||
|
("rust-webpki" ,rust-webpki-0.18))))))
|
||||||
|
|
||||||
(define-public rust-weedle-0.10
|
(define-public rust-weedle-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-weedle")
|
(name "rust-weedle")
|
||||||
|
|
Loading…
Reference in a new issue