mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
5b9f0a09af
commit
192a71782f
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue