mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add rust-webpki-0.19.
* gnu/packages/crates-io.scm (rust-webpki-0.19): New variable.
This commit is contained in:
parent
2d174ee65f
commit
c69c0265f6
1 changed files with 22 additions and 0 deletions
|
@ -32609,6 +32609,28 @@ (define-public rust-webpki-0.21
|
|||
Verification.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-webpki-0.19
|
||||
(package
|
||||
(inherit rust-webpki-0.21)
|
||||
(name "rust-webpki")
|
||||
(version "0.19.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "webpki" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10nhyxlqsa4caxlxrijm5h79rdg6ld8hqy78ldjnnfhaj3biqzjg"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; tests fail to build "missing file tests/ed25519/ee.der"
|
||||
#:cargo-inputs
|
||||
(("rust-ring" ,rust-ring-0.14)
|
||||
("rust-untrusted" ,rust-untrusted-0.6))
|
||||
#:cargo-development-inputs
|
||||
(("rust-base64" ,rust-base64-0.9))))))
|
||||
|
||||
(define-public rust-webpki-0.18
|
||||
(package/inherit rust-webpki-0.21
|
||||
(name "rust-webpki")
|
||||
|
|
Loading…
Reference in a new issue