guix-commits
[Top][All Lists]
Advanced

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

42/154: gnu: rust-webpki-0.22: Update to 0.22.4.


From: guix-commits
Subject: 42/154: gnu: rust-webpki-0.22: Update to 0.22.4.
Date: Mon, 22 Jan 2024 15:36:37 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 0b04b8f2a1fbf5b9ab10dacfe5c7f3abe949c15b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:16:58 2024 +0200

    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
---
 gnu/packages/crates-web.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index db7261f69b..4111e5604d 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3539,21 +3539,23 @@ applications.")
 (define-public rust-webpki-0.22
   (package
     (name "rust-webpki")
-    (version "0.22.0")
+    (version "0.22.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "webpki" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1gd1gxip5kgdwmrvhj5gjxij2mgg2mavq1ych4q1h272ja0xg5gh"))))
+        (base32 "0lwv7jdlcqjjqqhxcrapnyk5bz4lvr12q444b50gzl3krsjswqzd"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-ring" ,rust-ring-0.16)
-        ("rust-untrusted" ,rust-untrusted-0.7))
+       (("rust-ring" ,rust-ring-0.17)
+        ("rust-untrusted" ,rust-untrusted-0.9))
        #: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";)
     (synopsis "Web PKI X.509 Certificate Verification")
     (description "This package provides Web PKI X.509 Certificate



reply via email to

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