gnu: rust-webpki-roots-0.21: Update to 0.21.1.

* gnu/packages/crates-io.scm (rust-webpki-roots-0.21): Update to 0.21.1.
This commit is contained in:
Nicolas Goaziou 2021-12-04 13:21:41 +01:00
parent 8d233bfa44
commit cfa64946f7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -61993,14 +61993,14 @@ (define-public rust-webpki-0.18
(define-public rust-webpki-roots-0.21
(package
(name "rust-webpki-roots")
(version "0.21.0")
(version "0.21.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "webpki-roots" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0xi3xjjx6brqh6hwa5jsrxvflsrhjcxa2x26k62q3bcb1dz5n0c2"))))
(base32 "0h49lkr7hrxpyr0xg1nph4m3v1l6rhg8ax9n8msvfwz48hsibgma"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t