guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: gnu: gifsicle: Update to 1.92.


From: guix-commits
Subject: 01/11: gnu: gifsicle: Update to 1.92.
Date: Tue, 23 Apr 2019 12:15:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5c46e1dda8535f239a5d136d48e85bcf7210f339
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 22 23:55:52 2019 +0200

    gnu: gifsicle: Update to 1.92.
    
    * gnu/packages/image.scm (gifsicle): Update to 1.92.
---
 gnu/packages/image.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]