diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 21:17:52 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:13 +0200 |
commit | 56bd03612854d762265bf3990f1dd513e42877fd (patch) | |
tree | b14fc3c9148633ea3e916b9c949f26ac1f1e3f69 /gnu | |
parent | cd387c41ce0c13f6e0956b75aeb21b6967110a1a (diff) | |
download | guix-56bd03612854d762265bf3990f1dd513e42877fd.tar.gz |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-web.scm | 4 |
1 files 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)))))) |