mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0e5b125d98
commit
f8bb0b98d1
1 changed files with 2 additions and 2 deletions
|
@ -2542,14 +2542,14 @@ filters and decoders for the most common image formats.")
|
||||||
(define-public rust-image-webp-0.2
|
(define-public rust-image-webp-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-image-webp")
|
(name "rust-image-webp")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "image-webp" version))
|
(uri (crate-uri "image-webp" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bz2zf9rfkfwf50bv60p6vnwnggg75s3bsnnnp6aj4a7v7iyhcg0"))))
|
(base32 "0zwg4gpnp69dpn8pdhgjy14mawwi3md02mp1162al6s64bl02zdp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-byteorder-lite" ,rust-byteorder-lite-0.1)
|
`(#:cargo-inputs (("rust-byteorder-lite" ,rust-byteorder-lite-0.1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue