Skip to content
Snippets Groups Projects
Commit cb90e7e0 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: mupdf: Update to 1.6.

* gnu/packages/pdf.scm (mupdf): Update to 1.6.
parent 235c4ec3
No related branches found
No related tags found
No related merge requests found
...@@ -163,14 +163,14 @@ (define-public podofo ...@@ -163,14 +163,14 @@ (define-public podofo
(define-public mupdf (define-public mupdf
(package (package
(name "mupdf") (name "mupdf")
(version "1.5") (version "1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://mupdf.com/downloads/archive/" (uri (string-append "http://mupdf.com/downloads/archive/"
name "-" version "-source.tar.gz")) name "-" version "-source.tar.gz"))
(sha256 (sha256
(base32 "0sl47zqf4c9fhs4h5zg046vixjmwgy4vhljhr5g4md733nash7z4")) (base32 "0qx51rj6alzcagcixm59rvdpm54w6syrwr4184v439jh14ryw4wq"))
(patches (patches
(list (search-patch "mupdf-buildsystem-fix.patch"))) (list (search-patch "mupdf-buildsystem-fix.patch")))
(modules '((guix build utils))) (modules '((guix build utils)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment