guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mupdf: Update to 1.8.


From: Andreas Enge
Subject: 02/02: gnu: mupdf: Update to 1.8.
Date: Sat, 12 Mar 2016 09:05:35 +0000

andreas pushed a commit to branch master
in repository guix.

commit dfbe56c36d4d0e5abed75ba22de6d439643029a4
Author: Andreas Enge <address@hidden>
Date:   Sat Mar 12 10:03:38 2016 +0100

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

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 67e9bea..e8e6993 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -410,14 +410,14 @@ extracting content or merging files.")
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.6")
+    (version "1.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "http://mupdf.com/downloads/archive/";
                             name "-" version "-source.tar.gz"))
         (sha256
-          (base32 "0qx51rj6alzcagcixm59rvdpm54w6syrwr4184v439jh14ryw4wq"))
+          (base32 "01n26cy41lc2fjri63s4js23ixxb4nd37aafry3hz4i4id6wd8x2"))
         (modules '((guix build utils)))
         (snippet
             ;; Don't build the bundled-in third party libraries.



reply via email to

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