gnu: mupdf: Update to 1.19.1.

* gnu/packages/pdf.scm (mupdf): Update to 1.19.1.
[source]: Remove trailing #t.
This commit is contained in:
Efraim Flashner 2022-05-09 23:23:19 +03:00
parent 05d4f2435b
commit c438809bc4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -704,14 +704,14 @@ (define-public podofo
(define-public mupdf
(package
(name "mupdf")
(version "1.19.0")
(version "1.19.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.xz"))
(sha256
(base32 "1i98xqgnzp168hnnhradl8658qsif06wlbvcglz0mmh8wi1rkwrq"))
(base32 "0gl0wf16m1cafs20h3v1f4ysf7zlbijjyd6s1r1krwvlzriwdsmm"))
(modules '((guix build utils)))
(snippet
'(begin
@ -725,8 +725,7 @@ (define-public mupdf
(string-append kept "/" file)))
keep)
(delete-file-recursively from)
(rename-file kept from))
#t))))
(rename-file kept from))))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)