mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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:
parent
05d4f2435b
commit
c438809bc4
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue