diff options
author | Mark H Weaver <mhw@netris.org> | 2014-10-06 23:36:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-10-06 23:41:28 -0400 |
commit | cb90e7e0ebc407e204a76930d36b77a289acc57e (patch) | |
tree | 8cd0801bc0d9553bbd3e509149a4e9c341663cd9 /gnu/packages/pdf.scm | |
parent | 235c4ec30ac70a790cf9bebe84c978fbbc020f9a (diff) |
gnu: mupdf: Update to 1.6.
* gnu/packages/pdf.scm (mupdf): Update to 1.6.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | 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 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))) |