guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

66/134: gnu: Add rust-webpki-0.22.


From: guix-commits
Subject: 66/134: gnu: Add rust-webpki-0.22.
Date: Sat, 22 Jan 2022 07:39:12 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ddfe968190b3105bd906371127bd622d04815bd7
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:26:59 2022 +0000

    gnu: Add rust-webpki-0.22.
    
    * gnu/packages/crates-io.scm (rust-webpki-0.22): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9cc4836b3f..17722a9638 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65896,6 +65896,30 @@ for terminal and other window-less applications.")
 available on a platform.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-webpki-0.22
+  (package
+    (name "rust-webpki")
+    (version "0.22.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "webpki" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1gd1gxip5kgdwmrvhj5gjxij2mgg2mavq1ych4q1h272ja0xg5gh"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#: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)))
+
 (define-public rust-webpki-0.21
   (package
     (name "rust-webpki")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]