summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-10-06 23:36:09 -0400
committerMark H Weaver <mhw@netris.org>2014-10-06 23:41:28 -0400
commitcb90e7e0ebc407e204a76930d36b77a289acc57e (patch)
tree8cd0801bc0d9553bbd3e509149a4e9c341663cd9
parent235c4ec30ac70a790cf9bebe84c978fbbc020f9a (diff)
downloadguix-cb90e7e0ebc407e204a76930d36b77a289acc57e.tar.gz
gnu: mupdf: Update to 1.6.
* gnu/packages/pdf.scm (mupdf): Update to 1.6.
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 23ed6bd242..5a0a3fa48e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -163,14 +163,14 @@ extracting content or merging files.")
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.5")
+    (version "1.6")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "http://mupdf.com/downloads/archive/"
                             name "-" version "-source.tar.gz"))
         (sha256
-          (base32 "0sl47zqf4c9fhs4h5zg046vixjmwgy4vhljhr5g4md733nash7z4"))
+          (base32 "0qx51rj6alzcagcixm59rvdpm54w6syrwr4184v439jh14ryw4wq"))
         (patches
           (list (search-patch "mupdf-buildsystem-fix.patch")))
         (modules '((guix build utils)))