mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
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
This commit is contained in:
parent
cd387c41ce
commit
56bd036128
1 changed files with 2 additions and 2 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue