guix-commits
[Top][All Lists]
Advanced

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

32/127: gnu: rust-rustls-webpki-0.101: Update to 0.101.7.


From: guix-commits
Subject: 32/127: gnu: rust-rustls-webpki-0.101: Update to 0.101.7.
Date: Tue, 26 Dec 2023 06:42:35 -0500 (EST)

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

commit 7e84277d01ef1ec522651a7bec717fa9ecedc36c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 24 10:08:21 2023 +0200

    gnu: rust-rustls-webpki-0.101: Update to 0.101.7.
    
    * gnu/packages/crates-io.scm (rust-rustls-webpki-0.101): Update to
    0.101.7.
    [cargo-inputs]: Replace rust-ring-0.16 with 0.17, rust-untrusted-0.7
    with 0.9.
    
    Change-Id: I21d71bb84a2991285dc886df4ce8a0b6f35e7ed4
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 183958e4c0..24c6e756d7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67387,20 +67387,20 @@ PEM-encodings commonly used to store keys and 
certificates at rest.")
 (define-public rust-rustls-webpki-0.101
   (package
     (name "rust-rustls-webpki")
-    (version "0.101.2")
+    (version "0.101.7")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "rustls-webpki" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0ngs6y42k47jr14kka9w92hwyjsq3gm0j45nf8gsg05dfgyj4dsi"))))
+                "0rapfhpkqp75552i8r0y7f4vq7csb4k7gjjans0df73sxv8paqlb"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; Not all files included.
        #: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.21)
         ("rust-bencher" ,rust-bencher-0.1)



reply via email to

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