guix-commits
[Top][All Lists]
Advanced

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

20/32: gnu: Add rust-webpki-roots-0.24.


From: guix-commits
Subject: 20/32: gnu: Add rust-webpki-roots-0.24.
Date: Thu, 18 Jan 2024 04:27:45 -0500 (EST)

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

commit 7e33ff47a590614a2d1163689215e62102852aa7
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:51:42 2024 +0100

    gnu: Add rust-webpki-roots-0.24.
    
    * gnu/packages/crates-web.scm (rust-webpki-roots-0.24): New variable.
    
    Change-Id: Id7ecab6178ec5433a735f32d1d120eed40e6e4f5
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-web.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index ed94c526e8..b680a8588a 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2023 Steve George <steve@futurile.net>
 ;;; Copyright © 2023 VÖRÖSKŐI András <voroskoi@gmail.com>
+;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3651,6 +3652,21 @@ Verification.")
 with webpki.")
     (license license:mpl2.0)))
 
+(define-public rust-webpki-roots-0.24
+  (package
+    (inherit rust-webpki-roots-0.25)
+    (name "rust-webpki-roots")
+    (version "0.24.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "webpki-roots" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "120q85pvzpckvvrg085a5jhh91fby94pgiv9y1san7lxbmnm94dj"))))
+    (arguments
+     `(#:cargo-inputs (("rust-rustls-webpki" ,rust-rustls-webpki-0.101))))))
+
 (define-public rust-webpki-roots-0.23
   (package
     (inherit rust-webpki-roots-0.25)



reply via email to

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