GNU bug report logs -
#63895
[PATCH] gnu: mupdf: Update to 1.22.1.
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sun, 4 Jun 2023 17:51:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/pdf.scm (mupdf): Update to 1.22.1.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ec4e4620f8..1f3cc4ba46 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.0")
+ (version "1.22.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "0ghwam1c1izks1n2zq2pr8z67nvrx4njk5rla86b75l4pw58mmxy"))
+ (base32 "1px73qnazjvmbwf1fab8ad8j1dmiddg1mjb7zg7h9i1vp4bh7c1k"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
base-commit: ae04b3996be99c89142866afdbba5151099b2064
--
2.40.1
This bug report was last modified 1 year and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.