aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 05:18:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 17:29:07 +0200
commit2e92c123c5993ae13e2b8985aff8ddda74180ba6 (patch)
tree8d8f69e7f1e56596deba14ebcfe2e65b598a527a
parentebb8e44a4a08b6169801a96e1cd41315628e278d (diff)
downloadguix-2e92c123c5993ae13e2b8985aff8ddda74180ba6.tar
guix-2e92c123c5993ae13e2b8985aff8ddda74180ba6.tar.gz
gnu: gifsicle: Update to 1.93.
* gnu/packages/image.scm (gifsicle): Update to 1.93.
-rw-r--r--gnu/packages/image.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index b7c64e0718..9594dce85a 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1875,14 +1875,14 @@ stdout.")
(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