gnu: mupdf: Update to 1.8.
* gnu/packages/pdf.scm (mupdf): Update to 1.8.
This commit is contained in:
parent
8e755b1bcd
commit
dfbe56c36d
|
@ -410,14 +410,14 @@ extracting content or merging files.")
|
||||||
(define-public mupdf
|
(define-public mupdf
|
||||||
(package
|
(package
|
||||||
(name "mupdf")
|
(name "mupdf")
|
||||||
(version "1.6")
|
(version "1.8")
|
||||||
(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 "0qx51rj6alzcagcixm59rvdpm54w6syrwr4184v439jh14ryw4wq"))
|
(base32 "01n26cy41lc2fjri63s4js23ixxb4nd37aafry3hz4i4id6wd8x2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Don't build the bundled-in third party libraries.
|
;; Don't build the bundled-in third party libraries.
|
||||||
|
|
Loading…
Reference in New Issue