gnu: gifsicle: Update to 1.93.

* gnu/packages/image.scm (gifsicle): Update to 1.93.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 05:18:38 +02:00
parent ebb8e44a4a
commit 2e92c123c5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1875,14 +1875,14 @@ (define-public swappy
(define-public gifsicle
(package
(name "gifsicle")
(version "1.92")
(version "1.93")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.lcdf.org/gifsicle/gifsicle-"
version ".tar.gz"))
(sha256
(base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
(base32 "0irljjm76anicsm5rfkpqxd6x105aa8f0sky13dc3x1bfdwp1xlj"))))
(build-system gnu-build-system)
(arguments
'(#:phases