guix-commits
[Top][All Lists]
Advanced

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

50/111: gnu: rust-rustls-webpki-0.102: Update to 0.102.8.


From: guix-commits
Subject: 50/111: gnu: rust-rustls-webpki-0.102: Update to 0.102.8.
Date: Thu, 21 Nov 2024 08:33:29 -0500 (EST)

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

commit 022f814b4724dcff3d7c43897fb4186dcfbd6cf8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 20 20:45:39 2024 +0200

    gnu: rust-rustls-webpki-0.102: Update to 0.102.8.
    
    * gnu/packages/crates-tls.scm (rust-rustls-webpki-0.102): Update to
    0.102.8.
    [cargo-development-inputs]: Replace rust-base64-0.21 with 0.22,
    rust-rcgen-0.12 with 0.13.
    
    Change-Id: I4cc9f012abb0b0d7ae0f65e194d6763083cf3b99
---
 gnu/packages/crates-tls.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index e8cb24f792..e2c825582e 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -1845,26 +1845,26 @@ PEM-encodings commonly used to store keys and 
certificates at rest.")
 (define-public rust-rustls-webpki-0.102
   (package
     (name "rust-rustls-webpki")
-    (version "0.102.1")
+    (version "0.102.8")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rustls-webpki" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0nz9d3xhy8cg6anmvq64scyiva8bglrc6j3v6bdxw2f96xha4k7g"))))
+        (base32 "1sdy8ks86b7jpabpnb2px2s7f1sq8v0nqf6fnlvwzm4vfk41pjk4"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f
+     `(#:tests? #f      ; file not found for module `test_utils`
        #:cargo-inputs (("rust-aws-lc-rs" ,rust-aws-lc-rs-1)
                        ("rust-ring" ,rust-ring-0.17)
                        ("rust-rustls-pki-types" ,rust-rustls-pki-types-1)
                        ("rust-untrusted" ,rust-untrusted-0.9))
-       #:cargo-development-inputs (("rust-base64" ,rust-base64-0.21)
+       #:cargo-development-inputs (("rust-base64" ,rust-base64-0.22)
                                    ("rust-bencher" ,rust-bencher-0.1)
                                    ("rust-bzip2" ,rust-bzip2-0.4)
                                    ("rust-once-cell" ,rust-once-cell-1)
-                                   ("rust-rcgen" ,rust-rcgen-0.12)
+                                   ("rust-rcgen" ,rust-rcgen-0.13)
                                    ("rust-serde" ,rust-serde-1)
                                    ("rust-serde-json" ,rust-serde-json-1))))
     (home-page "https://github.com/rustls/webpki";)



reply via email to

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