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