gnu: gifsicle: Update to 1.92.

* gnu/packages/image.scm (gifsicle): Update to 1.92.
master
Tobias Geerinckx-Rice 2019-04-22 23:55:52 +02:00
parent 04fa9c62d9
commit 5c46e1dda8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1505,15 +1505,14 @@ in-memory raw vectors.")
(define-public gifsicle (define-public gifsicle
(package (package
(name "gifsicle") (name "gifsicle")
(version "1.91") (version "1.92")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.lcdf.org/gifsicle/gifsicle-" (uri (string-append "http://www.lcdf.org/gifsicle/gifsicle-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
"00586z1yz86qcblgmf16yly39n4lkjrscl52hvfxqk14m81fckha"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -1528,7 +1527,7 @@ in-memory raw vectors.")
(("/bin/rm") (("/bin/rm")
(which "rm"))) (which "rm")))
#t))))) #t)))))
(native-inputs `(("perl" ,perl))) ; Only for tests. (native-inputs `(("perl" ,perl))) ; only for tests
(inputs `(("libx11" ,libx11))) (inputs `(("libx11" ,libx11)))
(home-page "http://www.lcdf.org/gifsicle/") (home-page "http://www.lcdf.org/gifsicle/")
(synopsis "Edit GIF images and animations") (synopsis "Edit GIF images and animations")