gnu: rust-webpki-0.21: Inherit from rust-webpki-0.22.

* gnu/packages/crates-io.scm (rust-webpki-0.21): Inherit from rust-webpki-0.22.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-01-17 13:27:10 +00:00 committed by Nicolas Goaziou
parent ddfe968190
commit ff28c1fd03
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -65922,6 +65922,7 @@ (define-public rust-webpki-0.22
(define-public rust-webpki-0.21
(package
(inherit rust-webpki-0.22)
(name "rust-webpki")
(version "0.21.4")
(source
@ -65931,19 +65932,13 @@ (define-public rust-webpki-0.21
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1sm4i8c5bw3bdhi7mjk0wpvwx55hvsmyn0k2lpa4cb161038rqxq"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;; tests fail to build "missing file tests/ed25519/ee.der"
#:cargo-inputs
(("rust-ring" ,rust-ring-0.16)
("rust-untrusted" ,rust-untrusted-0.7))
#:cargo-development-inputs
(("rust-base64" ,rust-base64-0.9))))
(home-page "https://github.com/briansmith/webpki")
(synopsis "Web PKI X.509 Certificate Verification")
(description "This package provides Web PKI X.509 Certificate
Verification.")
(license license:isc)))
(("rust-base64" ,rust-base64-0.9))))))
(define-public rust-webpki-0.19
(package