From 56bd03612854d762265bf3990f1dd513e42877fd Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 22 Jan 2024 21:17:52 +0200 Subject: [PATCH] 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))))))