GNU bug report logs -
#75233
[PATCH] gnu: mupdf: Update to 1.25.2.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 1 Jan 2025 04:54:01 UTC
Severity: normal
Tags: patch
Done: Andy Tai <atai <at> atai.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pdf.scm (mupdf): Update to 1.25.2.
Change-Id: I54b2f450c518efc06241cea48c00fc685d90f5c6
---
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 3f9d6c409b..95c5db1c27 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -831,14 +831,14 @@ (define-public python-pydyf
(define-public mupdf
(package
(name "mupdf")
- (version "1.24.7")
+ (version "1.25.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "0hydmp8sdnkrkpqyysa6klkxbwv9awf1xc753r27gcj7ds7375fj"))
+ (base32 "0lg45wp3ici2g2i49fmwa1k32bgkqqgl51nxnqqk0i8ilmdh8hnx"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
base-commit: 95fd0a5a2c0bea49d54f31dd4e4ec206b780a236
--
2.34.1
This bug report was last modified 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.