gnu: rust-aom-sys-0.3: Update to 0.3.3.

* gnu/packages/crates-graphics.scm (rust-aom-sys-0.3): Update to 0.3.3.
[cargo-inputs]: Replace rust-bindgen-0.61 with 0.69.

Change-Id: Id21b00100958fa2d3490b23effc337d3b454f7c3
This commit is contained in:
Efraim Flashner 2024-01-07 11:48:30 +02:00
parent 42a1db2b04
commit 23eccc02d9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -269,24 +269,20 @@ (define-public rust-ansiterm-0.12
(define-public rust-aom-sys-0.3
(package
(name "rust-aom-sys")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "aom-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "0swg90iwypakh7vq77zwh34238c1r7vd5smj0vza7dv7xa22wh0g"))))
(origin
(method url-fetch)
(uri (crate-uri "aom-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0bc1dzl3c95s44q7c1i0vnj7fhiqf44in8w22nw5vmp1vgbpadk2"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bindgen" ,rust-bindgen-0.61)
("rust-system-deps" ,rust-system-deps-6))))
(native-inputs
(list pkg-config))
(inputs
(list clang libaom llvm))
`(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
("rust-system-deps" ,rust-system-deps-6))))
(native-inputs (list pkg-config))
(inputs (list clang libaom llvm))
(home-page "https://github.com/rust-av/aom-rs")
(synopsis "FFI bindings to aom")
(description "This package provides FFI bindings to aom.")