mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add rust-webpki-0.18.
* gnu/packages/crates-io.scm (rust-webpki-0.18): New variable.
This commit is contained in:
parent
0e52427150
commit
8c28fbc3be
1 changed files with 19 additions and 0 deletions
|
@ -26668,6 +26668,25 @@ (define-public rust-webpki-0.21
|
||||||
Verification.")
|
Verification.")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
(define-public rust-webpki-0.18
|
||||||
|
(package/inherit rust-webpki-0.21
|
||||||
|
(name "rust-webpki")
|
||||||
|
(version "0.18.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "webpki" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0zx1v8afa4ig97dyqfrnlj5i7pib6dnfw88qn2iiqhfq2rrrdmqp"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-ring" ,rust-ring-0.13)
|
||||||
|
("rust-untrusted" ,rust-untrusted-0.6))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-base64" ,rust-base64-0.9))))))
|
||||||
|
|
||||||
(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