guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: zathura-pdf-mupdf: Update to 0.4.0.


From: guix-commits
Subject: 11/14: gnu: zathura-pdf-mupdf: Update to 0.4.0.
Date: Sun, 12 Feb 2023 09:59:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 10049e35abe9b8dc126c262c9ba9a4d71eac586f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 12 16:39:30 2023 +0200

    gnu: zathura-pdf-mupdf: Update to 0.4.0.
    
    * gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.0.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 9857569a1e..5b930bc464 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -546,7 +546,7 @@ using the DjVuLibre library.")
 (define-public zathura-pdf-mupdf
   (package
     (name "zathura-pdf-mupdf")
-    (version "0.3.9")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -554,7 +554,7 @@ using the DjVuLibre library.")
                               "/download/zathura-pdf-mupdf-" version 
".tar.xz"))
               (sha256
                (base32
-                "01vw0lrcj9g7d5h2xvm4xb08mvfld4syfr381fjrbdj52zm9bxvp"))))
+                "0pcjxvlh4hls8mjhjghhhihyy2kza8l27wdx0yq4bkd1g1b5f74c"))))
     (native-inputs (list pkg-config))
     (inputs
      (list gumbo-parser



reply via email to

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