GNU bug report logs -
#68312
[PATCH 000/156] Add atuin (WIP).
Previous Next
Full log
Message #17 received at 68312 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-web.scm (rust-webpki-roots-0.24): New variable.
Change-Id: Id7ecab6178ec5433a735f32d1d120eed40e6e4f5
---
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 ebae229dd11..88ba324c5f0 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3760,6 +3760,22 @@ (define-public rust-webpki-roots-0.25
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
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-rustls-webpki" ,rust-rustls-webpki-0.101))))))
+
(define-public rust-webpki-roots-0.23
(package
(inherit rust-webpki-roots-0.25)
--
2.41.0
This bug report was last modified 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.