mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rust-aws-lc-sys-0.23: Update to 0.23.1.
* gnu/packages/crates-tls.scm (rust-aws-lc-sys-0.23): Update to 0.23.1. Change-Id: I59b55a410a357d1e0c7d6ea9d5b6c64f2abb9911
This commit is contained in:
parent
378715272c
commit
ac192ccb94
1 changed files with 2 additions and 2 deletions
|
@ -472,14 +472,14 @@ (define-public rust-aws-lc-rs-1
|
|||
(define-public rust-aws-lc-sys-0.23
|
||||
(package
|
||||
(name "rust-aws-lc-sys")
|
||||
(version "0.23.0")
|
||||
(version "0.23.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "aws-lc-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15igggl0xvzx212di0z4l1hxcvjhlk5ns67iw5yis7p8knd62fmd"))))
|
||||
(base32 "1xrzqryr7gj0njcx6s5x495rbirlqmhws10bmambn9rjh7ris452"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
|
||||
|
|
Loading…
Reference in a new issue