gnu: rust-avif-serialize-0.8: Update to 0.8.2.

* gnu/packages/crates-graphics.scm (rust-avif-serialize-0.8): Update to
0.8.2.
[arguments]: Don't skip the tests.
[cargo-development-inputs]: Add rust-fallible-collections-0.4,
rust-mp4parse-0.17.

Change-Id: Ie1c552dafe69e9f272a1a5bb12ca1dbb5c360784
This commit is contained in:
Efraim Flashner 2024-11-14 09:45:10 +02:00
parent 5b9f0a09af
commit 192a71782f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -462,19 +462,21 @@ (define-public rust-avif-parse-0.13
(define-public rust-avif-serialize-0.8 (define-public rust-avif-serialize-0.8
(package (package
(name "rust-avif-serialize") (name "rust-avif-serialize")
(version "0.8.1") (version "0.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "avif-serialize" version)) (uri (crate-uri "avif-serialize" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1llnwlj11wcifdlny8x8yksl3zmz8i6a35il0cd4ar335yj7av47")))) (base32 "0qnxpnwl5yn31xh3ymr546jbazj3xi1nzvay47502cf4j0908dg3"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; use of undeclared crate or module `mp4parse` `(#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.7))
#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.7)) #:cargo-development-inputs
#:cargo-development-inputs (("rust-avif-parse" ,rust-avif-parse-1)))) (("rust-avif-parse" ,rust-avif-parse-1)
("rust-fallible-collections" ,rust-fallible-collections-0.4)
("rust-mp4parse" ,rust-mp4parse-0.17))))
(home-page "https://lib.rs/avif-serialize") (home-page "https://lib.rs/avif-serialize")
(synopsis "Writer for AVIF header structure (MPEG/HEIF/MIAF/ISO-BMFF)") (synopsis "Writer for AVIF header structure (MPEG/HEIF/MIAF/ISO-BMFF)")
(description (description