* [bug#64243] [PATCH] gnu: mupdf: Update to 1.22.2.
@ 2023-06-23 8:47 Timotej Lazar
2023-06-26 9:49 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2023-06-23 8:47 UTC (permalink / raw)
To: 64243; +Cc: Timotej Lazar
* gnu/packages/pdf.scm (mupdf): Update to 1.22.2.
---
For some reason there is no LZ tarball for this release.
gnu/packages/pdf.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 96d4484bf2..ef81900069 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -824,14 +824,14 @@ (define-public python-pydyf
(define-public mupdf
(package
(name "mupdf")
- (version "1.22.1")
+ (version "1.22.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
- "mupdf-" version "-source.tar.lz"))
+ "mupdf-" version "-source.tar.gz"))
(sha256
- (base32 "1px73qnazjvmbwf1fab8ad8j1dmiddg1mjb7zg7h9i1vp4bh7c1k"))
+ (base32 "1dxybd4fzjdmkpwd984yj511nmjxjbpj00yccycfm37gwvs6mijl"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
base-commit: f25529b08e356f89ca7cecc44295085531a8faba
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#64243] [PATCH] gnu: mupdf: Update to 1.22.2.
2023-06-23 8:47 [bug#64243] [PATCH] gnu: mupdf: Update to 1.22.2 Timotej Lazar
@ 2023-06-26 9:49 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-26 9:49 UTC (permalink / raw)
To: Timotej Lazar; +Cc: 64243-done, 64243
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
Timotej Lazar <timotej.lazar@araneo.si> writes:
> * gnu/packages/pdf.scm (mupdf): Update to 1.22.2.
> ---
> For some reason there is no LZ tarball for this release.
>
> gnu/packages/pdf.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks, I've pushed this to master as
fdeb7adaed6d83b5a0ba919aadb46b7e5a2668b1.
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-26 9:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-23 8:47 [bug#64243] [PATCH] gnu: mupdf: Update to 1.22.2 Timotej Lazar
2023-06-26 9:49 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.