mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gif-0.11: Update to 0.11.4.
* gnu/packages/crates-graphics.scm (rust-gif-0.11): Update to 0.11.4. [arguments]: Don't skip the build. Skip the tests. [cargo-development-inputs]: Add rust-criterion-0.3, rust-png-0.17. Change-Id: I4c6108b968b4c6e37ffd30e27db538d6c1f6f0c2
This commit is contained in:
parent
a2a40431aa
commit
9439027212
1 changed files with 7 additions and 4 deletions
|
@ -1623,19 +1623,22 @@ EUI-64, also known as MAC-48 media access control addresses.")
|
|||
(package
|
||||
(inherit rust-gif-0.12)
|
||||
(name "rust-gif")
|
||||
(version "0.11.3")
|
||||
(version "0.11.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gif" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nsfd5qvp69z8kn17ziiq8zv4mclfycyxppf5k9fm2h8g1z1i9y3"))))
|
||||
(base32 "01hbw3isapzpzff8l6aw55jnaqx2bcscrbwyf3rglkbbfp397p9y"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-color-quant" ,rust-color-quant-1)
|
||||
("rust-weezl" ,rust-weezl-0.1))))))
|
||||
("rust-weezl" ,rust-weezl-0.1))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-png" ,rust-png-0.17))))))
|
||||
|
||||
(define-public rust-gif-0.10
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue