guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: catimg: Update to 2.4.0.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: catimg: Update to 2.4.0.
Date: Thu, 10 Aug 2017 11:31:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ddde3f6be193e5a2703f3db60aec3fa8bbefc834
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 10 17:07:34 2017 +0200

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

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index b8a8af9..07a6271 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -256,7 +256,7 @@ your images.  Among its features are:
 (define-public catimg
   (package
     (name "catimg")
-    (version "2.3.2")
+    (version "2.4.0")
     (source
      (origin
        (method url-fetch)
@@ -265,7 +265,7 @@ your images.  Among its features are:
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0n78sl8mxyky9zcih2znzcnb9dbfmvmrdwzj73jcxfh531cgcpi9"))))
+         "1rwgbq2imd5l4nql5hrz7rr5f4gz8aad1amlf0j3cxir8slpbd1y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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