gnu: rust-image-webp-0.2: Update to 0.2.1.

* gnu/packages/crates-graphics.scm (rust-image-webp-0.2): Update to 0.2.1.

Change-Id: Ife4ff351d153007375386900b84f1d542e6a458f
This commit is contained in:
Efraim Flashner 2025-02-18 12:03:47 +02:00 committed by Hilton Chain
parent 0e5b125d98
commit f8bb0b98d1
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -2542,14 +2542,14 @@ filters and decoders for the most common image formats.")
(define-public rust-image-webp-0.2
(package
(name "rust-image-webp")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "image-webp" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0bz2zf9rfkfwf50bv60p6vnwnggg75s3bsnnnp6aj4a7v7iyhcg0"))))
(base32 "0zwg4gpnp69dpn8pdhgjy14mawwi3md02mp1162al6s64bl02zdp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-byteorder-lite" ,rust-byteorder-lite-0.1)