guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mcomix: Update to 2.0.2.


From: guix-commits
Subject: branch master updated: gnu: mcomix: Update to 2.0.2.
Date: Mon, 12 Dec 2022 04:53:13 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ac8ca3252 gnu: mcomix: Update to 2.0.2.
8ac8ca3252 is described below

commit 8ac8ca325267c9824e656b5bdd9bb1b250948092
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Dec 12 10:52:47 2022 +0100

    gnu: mcomix: Update to 2.0.2.
    
    * gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
---
 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 9c4f0376bb..200b8c1cc3 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -613,7 +613,7 @@ imaging.  It supports several HDR and LDR image formats, 
and it can:
 (define-public mcomix
   (package
     (name "mcomix")
-    (version "2.0.1")
+    (version "2.0.2")
     (source
      (origin
        (method url-fetch)
@@ -621,7 +621,7 @@ imaging.  It supports several HDR and LDR image formats, 
and it can:
                            "mcomix-" version ".tar.gz"))
        (sha256
         (base32
-         "187ca815vxb2in1ryvfiaf1zapi0bc9jxdac3c1bky0kr6x7xyap"))))
+         "0n0akk3njsm0paqxfbxqycwhwy6smjg0rhlcz5r7r82n7rqx0f7g"))))
     (build-system python-build-system)
     (inputs
      (list p7zip python python-pillow python-pygobject python-pycairo gtk+))



reply via email to

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