[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/17: gnu: mupdf: Update to 1.23.10.
From: |
guix-commits |
Subject: |
15/17: gnu: mupdf: Update to 1.23.10. |
Date: |
Tue, 13 Feb 2024 06:34:51 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit ca927423f0866672f83c7774fc59aacff8885925
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Feb 11 18:34:01 2024 +0100
gnu: mupdf: Update to 1.23.10.
* gnu/packages/pdf.scm (mupdf): Update to 1.23.10.
Change-Id: I3d07256ad02e5ee49c6fa1a3977f4dcf4bdfb022
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 5f73c1cc07..0d796f65bb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -842,14 +842,14 @@ and based on PDF specification 1.7.")
(define-public mupdf
(package
(name "mupdf")
- (version "1.23.9")
+ (version "1.23.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "1i8m3q02rxb514s1mln4fl4v9wj7sn8n28mcgmivl9glp7g8jbrc"))
+ (base32 "0p0smyfcziqrnp391l0pmpjca07075km0xlw20kd3hqa919lhq0i"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., (continued)
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0., guix-commits, 2024/02/13
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4., guix-commits, 2024/02/13
- 08/17: gnu: avalon-toolkit: Update to 2.0.5a., guix-commits, 2024/02/13
- 10/17: gnu: rdkit: Update to 2023.09.4., guix-commits, 2024/02/13
- 05/17: gnu: maeparser: Update to 1.3.1., guix-commits, 2024/02/13
- 12/17: gnu: qtpass: Update to 1.4.0., guix-commits, 2024/02/13
- 13/17: gnu: qtpass: Switch to qt-build-system and new package style., guix-commits, 2024/02/13
- 15/17: gnu: mupdf: Update to 1.23.10.,
guix-commits <=