guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libimagequant: Update to 2.12.6.


From: guix-commits
Subject: 01/02: gnu: libimagequant: Update to 2.12.6.
Date: Tue, 15 Sep 2020 18:35:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d6f1e8135676a4d38fda9927434999312b60ba21
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 16 00:29:01 2020 +0200

    gnu: libimagequant: Update to 2.12.6.
    
    * gnu/packages/image.scm (libimagequant): Update to 2.12.6.
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4606cc7..ff434bb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -336,7 +336,7 @@ Currently all documentation resides in @file{pnglite.h}.")
 (define-public libimagequant
   (package
     (name "libimagequant")
-    (version "2.12.5")
+    (version "2.12.6")
     (source
      (origin
        (method git-fetch)
@@ -345,7 +345,7 @@ Currently all documentation resides in @file{pnglite.h}.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
+        (base32 "00w7fny3xf14cfyhbdnmqyh9ddqdh1irvgzxd35a2z65kp7vnvj0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f))                    ; no check target



reply via email to

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