mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
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:
parent
55dc08867b
commit
054af96afd
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue