guix-commits
[Top][All Lists]
Advanced

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

22/63: gnu: rust-webpki-roots-0.25: Update to 0.25.4.


From: guix-commits
Subject: 22/63: gnu: rust-webpki-roots-0.25: Update to 0.25.4.
Date: Thu, 8 Feb 2024 14:09:31 -0500 (EST)

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

commit ce61aa7e91ff6c18f025ef9e2392428752c55903
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 7 16:55:51 2024 +0200

    gnu: rust-webpki-roots-0.25: Update to 0.25.4.
    
    * gnu/packages/crates-web.scm (rust-webpki-roots-0.25): Update to 0.25.4.
    [cargo-development-inputs]: Add rust-chrono-0.4, rust-csv-1,
    rust-hex-0.4, rust-num-bigint-0.4, rust-rcgen-0.11, rust-serde-1,
    rust-x509-parser-0.15, rust-yasna-0.5.
    
    Change-Id: Iab81a05ea33785bfff42c8f5fde1aa760e7f590f
---
 gnu/packages/crates-web.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index f074542251..233ba07ed5 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -5114,26 +5114,34 @@ with webpki.")
   (package
     (inherit rust-webpki-roots-0.26)
     (name "rust-webpki-roots")
-    (version "0.25.1")
+    (version "0.25.4")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "webpki-roots" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15piy0vccppqb74li32gnn9l5a4ysxzwh8bp3qv6z8rhr2hyvin9"))))
+                "1qgqa615gc1cgklls4bkjp9jv9pvv3jnl82lc6wd7dkximywa82z"))))
     (arguments
      `(#:cargo-test-flags
        (list "--release" "--"
              ;; This test wants network access.
              "--skip=generated_code_is_fresh")
        #:cargo-development-inputs
-       (("rust-percent-encoding" ,rust-percent-encoding-2)
+       (("rust-chrono" ,rust-chrono-0.4)
+        ("rust-csv" ,rust-csv-1)
+        ("rust-hex" ,rust-hex-0.4)
+        ("rust-num-bigint" ,rust-num-bigint-0.4)
+        ("rust-percent-encoding" ,rust-percent-encoding-2)
+        ("rust-rcgen" ,rust-rcgen-0.11)
         ("rust-reqwest" ,rust-reqwest-0.11)
         ("rust-ring" ,rust-ring-0.16)
         ("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
         ("rust-rustls-webpki" ,rust-rustls-webpki-0.101)
-        ("rust-tokio" ,rust-tokio-1))))))
+        ("rust-serde" ,rust-serde-1)
+        ("rust-tokio" ,rust-tokio-1)
+        ("rust-x509-parser" ,rust-x509-parser-0.15)
+        ("rust-yasna" ,rust-yasna-0.5))))))
 
 (define-public rust-webpki-roots-0.24
   (package



reply via email to

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