guix-commits
[Top][All Lists]
Advanced

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

43/154: gnu: rust-webpki-roots-0.22: Update to 0.22.6.


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

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

commit 526fc15f906b46f42c4ed1dad6fd0a92b9f1e2ee
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:17:52 2024 +0200

    gnu: rust-webpki-roots-0.22: Update to 0.22.6.
    
    * gnu/packages/crates-web.scm (rust-webpki-roots-0.22): Update to 0.22.6.
    
    Change-Id: I6f48fab1bb7aee8c8107e9caad21122ef6307100
---
 gnu/packages/crates-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 4111e5604d..6a74156fd5 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3698,14 +3698,14 @@ with webpki.")
   (package
     (inherit rust-webpki-roots-0.25)
     (name "rust-webpki-roots")
-    (version "0.22.2")
+    (version "0.22.6")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "webpki-roots" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0jbll0ys9jakrvv3l1i216bbgj7jbxr7ad2dihw28xcm7s8fnb2m"))))
+        (base32 "11rd1aj73qzcvdj3x78crm1758sc4wrbc7rh0r8lmhyjsx01xixn"))))
     (arguments
      `(#:cargo-inputs
        (("rust-webpki" ,rust-webpki-0.22))))))



reply via email to

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