mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-rustls-webpki-0.102: Update to 0.102.8.
* gnu/packages/crates-tls.scm (rust-rustls-webpki-0.102): Update to 0.102.8. [cargo-development-inputs]: Replace rust-base64-0.21 with 0.22, rust-rcgen-0.12 with 0.13. Change-Id: I4cc9f012abb0b0d7ae0f65e194d6763083cf3b99
This commit is contained in:
parent
c6586985ba
commit
399146c98f
1 changed files with 5 additions and 5 deletions
|
@ -1845,26 +1845,26 @@ (define-public rust-rustls-pki-types-1
|
|||
(define-public rust-rustls-webpki-0.102
|
||||
(package
|
||||
(name "rust-rustls-webpki")
|
||||
(version "0.102.1")
|
||||
(version "0.102.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustls-webpki" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nz9d3xhy8cg6anmvq64scyiva8bglrc6j3v6bdxw2f96xha4k7g"))))
|
||||
(base32 "1sdy8ks86b7jpabpnb2px2s7f1sq8v0nqf6fnlvwzm4vfk41pjk4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
`(#:tests? #f ; file not found for module `test_utils`
|
||||
#:cargo-inputs (("rust-aws-lc-rs" ,rust-aws-lc-rs-1)
|
||||
("rust-ring" ,rust-ring-0.17)
|
||||
("rust-rustls-pki-types" ,rust-rustls-pki-types-1)
|
||||
("rust-untrusted" ,rust-untrusted-0.9))
|
||||
#:cargo-development-inputs (("rust-base64" ,rust-base64-0.21)
|
||||
#:cargo-development-inputs (("rust-base64" ,rust-base64-0.22)
|
||||
("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-bzip2" ,rust-bzip2-0.4)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-rcgen" ,rust-rcgen-0.12)
|
||||
("rust-rcgen" ,rust-rcgen-0.13)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/rustls/webpki")
|
||||
|
|
Loading…
Reference in a new issue