gnu: rust-rustls-0.22: Update to 0.22.4.

* gnu/packages/crates-tls.scm (rust-rustls-0.22): Update to 0.22.4.

Change-Id: I2c8599b4df35b845825dedbef23e9d2cf9928d24
This commit is contained in:
Efraim Flashner 2024-12-04 12:45:03 +02:00
parent 55dc08867b
commit 054af96afd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1343,14 +1343,14 @@ (define-public rust-rustls-0.22
(package
(inherit rust-rustls-0.23)
(name "rust-rustls")
(version "0.22.2")
(version "0.22.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustls" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hcxyhq6ynvws9v5b2h81s1nwmijmya7a3vyyyhsy1wqpmb9jz78"))))
(base32 "0cl4q6w0x1cl5ldjsgbbiiqhkz6qg5vxl5dkn9wwsyxc44vzfkmz"))))
(arguments
`(#:tests? #f ; Not all files included.
#:cargo-inputs (("rust-aws-lc-rs" ,rust-aws-lc-rs-1)