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