guix-patches
[Top][All Lists]
Advanced

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

[bug#41533] [PATCH 07/10] gnu: mupdf: Update to 1.17.0.


From: Vincent Legoll
Subject: [bug#41533] [PATCH 07/10] gnu: mupdf: Update to 1.17.0.
Date: Mon, 25 May 2020 23:57:57 +0200

* gnu/packages/pdf.scm (mupdf): Update to 1.17.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 7906fd28da..228065ae5b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -685,7 +685,7 @@ extracting content or merging files.")
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.16.1")
+    (version "1.17.0")
     (source
       (origin
         (method url-fetch)
@@ -693,7 +693,7 @@ extracting content or merging files.")
                             name "-" version "-source.tar.xz"))
         (sha256
          (base32
-          "1npmy92lkj41nnc14b4fpq7z62pminy94zsdbrczj22jpn283rvg"))
+          "11k0phq49jvxz9l7l9ca1xwsc5h77dpav7dmasdqv8nrjcjzndf9"))
         (modules '((guix build utils)))
         (snippet
          ;; We keep lcms2 since it is different than our lcms.
-- 
2.26.2






reply via email to

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