gnu: rust-webpki-0.21: Update to 0.21.4.

* gnu/packages/crates-io.scm (rust-webpki-0.21): Update to 0.21.4.
This commit is contained in:
Nicolas Goaziou 2021-03-11 23:05:16 +01:00
parent a7c8060360
commit 6fe6ab50bd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -48073,14 +48073,14 @@ (define-public rust-web-sys-0.3
(define-public rust-webpki-0.21
(package
(name "rust-webpki")
(version "0.21.2")
(version "0.21.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "webpki" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1vv3x2alvczfy6jhx79c9h00d1nliqf7s5jlvcd6npc6f8chxxgi"))))
(base32 "1sm4i8c5bw3bdhi7mjk0wpvwx55hvsmyn0k2lpa4cb161038rqxq"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ;; tests fail to build "missing file tests/ed25519/ee.der"