mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-gif-0.11: Update to 0.11.3.
* gnu/packages/crates-graphics.scm (rust-gif-0.11): Update to 0.11.3.
This commit is contained in:
parent
824a7206db
commit
2550ec998d
1 changed files with 2 additions and 2 deletions
|
@ -775,14 +775,14 @@ (define-public rust-gfx-gl-0.6
|
|||
(define-public rust-gif-0.11
|
||||
(package
|
||||
(name "rust-gif")
|
||||
(version "0.11.1")
|
||||
(version "0.11.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gif" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1i4n9fwg3zrp07pi5zsgyza2gl8lqnap6fj6875lfy121xbbmvq2"))))
|
||||
(base32 "0nsfd5qvp69z8kn17ziiq8zv4mclfycyxppf5k9fm2h8g1z1i9y3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue