gnu: mupdf: Update to 1.23.4.

* gnu/packages/pdf.scm (mupdf): Update to 1.23.4.
[source]: Switch from gz to lz tarball.

Change-Id: Ie4d20c95e509960390dce3da77315fa2bf2d688f
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Timotej Lazar 2023-11-01 10:55:49 +01:00 committed by Christopher Baines
parent c9a7cbf0b7
commit 021b222cda
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -824,14 +824,14 @@ (define-public python-pydyf
(define-public mupdf (define-public mupdf
(package (package
(name "mupdf") (name "mupdf")
(version "1.23.3") (version "1.23.4")
(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.gz")) "mupdf-" version "-source.tar.lz"))
(sha256 (sha256
(base32 "1b8ajj5xmi2p9c92l8fd46amfshmxdw6zcg1hqajg8y0kd0ady8y")) (base32 "0068swdrlq9q7pkg3dxn4rschxm5j37pd4vz0cb2pcry75rdmxpc"))
(modules '((guix build utils) (modules '((guix build utils)
(ice-9 ftw) (ice-9 ftw)
(srfi srfi-1))) (srfi srfi-1)))