guix-commits
[Top][All Lists]
Advanced

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

27/34: gnu: gifsicle: Update to 1.94.


From: guix-commits
Subject: 27/34: gnu: gifsicle: Update to 1.94.
Date: Tue, 18 Jul 2023 21:11:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5593d1c39e920e16045ebe0dade467992f527bc1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: gifsicle: Update to 1.94.
    
    * gnu/packages/image.scm (gifsicle): Update to 1.94.
    [arguments]: Don't explicitly return #t from phases.
---
 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 50af2001ad..3336e38852 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2046,14 +2046,14 @@ stdout.")
 (define-public gifsicle
   (package
    (name "gifsicle")
-   (version "1.93")
+   (version "1.94")
    (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.lcdf.org/gifsicle/gifsicle-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0irljjm76anicsm5rfkpqxd6x105aa8f0sky13dc3x1bfdwp1xlj"))))
+        (base32 "16zq5wd6fyjgy0p0mak15k3mh1zpqb9rg6gqfpg215kqq02p1jab"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases
@@ -2066,8 +2066,7 @@ stdout.")
               (("/bin/sh")
                (which "sh"))
               (("/bin/rm")
-               (which "rm")))
-            #t)))))
+               (which "rm"))))))))
    (native-inputs (list perl))    ; only for tests
    (inputs (list libx11))
    (home-page "https://www.lcdf.org/gifsicle/";)



reply via email to

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