1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: rust-webpki-0.22: Update to 0.22.4.

* gnu/packages/crates-web.scm (rust-webpki-0.22): Update to 0.22.4.
[cargo-inputs]: Replace rust-ring-0.16 with 0.17, rust-untrusted-0.7
with 0.9.
[cargo-development-inputs]: Add rust-serde-1, rust-serde-json-1.

Change-Id: Ia8a8264e8b3819a4fa2726624f071ab88f37720b
This commit is contained in:
Efraim Flashner 2024-01-22 21:16:58 +02:00
parent 258dff5799
commit cd387c41ce
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3539,21 +3539,23 @@ applications.")
(define-public rust-webpki-0.22 (define-public rust-webpki-0.22
(package (package
(name "rust-webpki") (name "rust-webpki")
(version "0.22.0") (version "0.22.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "webpki" version)) (uri (crate-uri "webpki" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1gd1gxip5kgdwmrvhj5gjxij2mgg2mavq1ych4q1h272ja0xg5gh")))) (base32 "0lwv7jdlcqjjqqhxcrapnyk5bz4lvr12q444b50gzl3krsjswqzd"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-ring" ,rust-ring-0.16) (("rust-ring" ,rust-ring-0.17)
("rust-untrusted" ,rust-untrusted-0.7)) ("rust-untrusted" ,rust-untrusted-0.9))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-base64" ,rust-base64-0.9)))) (("rust-base64" ,rust-base64-0.9)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://github.com/briansmith/webpki") (home-page "https://github.com/briansmith/webpki")
(synopsis "Web PKI X.509 Certificate Verification") (synopsis "Web PKI X.509 Certificate Verification")
(description "This package provides Web PKI X.509 Certificate (description "This package provides Web PKI X.509 Certificate