me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-webpki-0.21): Update to 0.21.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -48073,14 +48073,14 @@ WebAssembly binary files.")
(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"