summaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2016-03-12 10:03:38 +0100
committerAndreas Enge <andreas@enge.fr>2016-03-12 10:03:38 +0100
commitdfbe56c36d4d0e5abed75ba22de6d439643029a4 (patch)
treea8685091ae8eeeaeef17d0e75e1a7b1668b4412a /gnu/packages/pdf.scm
parent8e755b1bcd377a4c475ae4cad586e6e192f20320 (diff)
downloadpatches-dfbe56c36d4d0e5abed75ba22de6d439643029a4.tar
patches-dfbe56c36d4d0e5abed75ba22de6d439643029a4.tar.gz
gnu: mupdf: Update to 1.8.
* gnu/packages/pdf.scm (mupdf): Update to 1.8.
Diffstat (limited to 'gnu/packages/pdf.scm')
-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 67e9beaa32..e8e6993a9c 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.