gnu: rust-rustls-webpki-0.101: Update to 0.101.7.
* gnu/packages/crates-io.scm (rust-rustls-webpki-0.101): Update to 0.101.7. [cargo-inputs]: Replace rust-ring-0.16 with 0.17, rust-untrusted-0.7 with 0.9. Change-Id: I21d71bb84a2991285dc886df4ce8a0b6f35e7ed4
This commit is contained in:
parent
9551b51c2c
commit
8359de162f
1 changed files with 4 additions and 4 deletions
|
@ -67503,20 +67503,20 @@ PEM-encodings commonly used to store keys and certificates at rest.")
|
||||||
(define-public rust-rustls-webpki-0.101
|
(define-public rust-rustls-webpki-0.101
|
||||||
(package
|
(package
|
||||||
(name "rust-rustls-webpki")
|
(name "rust-rustls-webpki")
|
||||||
(version "0.101.2")
|
(version "0.101.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rustls-webpki" version))
|
(uri (crate-uri "rustls-webpki" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ngs6y42k47jr14kka9w92hwyjsq3gm0j45nf8gsg05dfgyj4dsi"))))
|
"0rapfhpkqp75552i8r0y7f4vq7csb4k7gjjans0df73sxv8paqlb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not all files included.
|
`(#:tests? #f ; Not all files included.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-ring" ,rust-ring-0.16)
|
(("rust-ring" ,rust-ring-0.17)
|
||||||
("rust-untrusted" ,rust-untrusted-0.7))
|
("rust-untrusted" ,rust-untrusted-0.9))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-base64" ,rust-base64-0.21)
|
(("rust-base64" ,rust-base64-0.21)
|
||||||
("rust-bencher" ,rust-bencher-0.1)
|
("rust-bencher" ,rust-bencher-0.1)
|
||||||
|
|
Reference in a new issue