[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: mupdf: Update to 1.23.11.
From: |
guix-commits |
Subject: |
04/09: gnu: mupdf: Update to 1.23.11. |
Date: |
Fri, 22 Mar 2024 06:43:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 96c84f85deff0ddbc928fc96d6ff86e436c08a98
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Mar 17 18:45:07 2024 +0100
gnu: mupdf: Update to 1.23.11.
* gnu/packages/pdf.scm (mupdf): Update to 1.23.11.
Change-Id: I6a4fe2b72b8346f5059d16474730a6b276fb0f1e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 efbfc92a38..0784111dae 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -830,14 +830,14 @@ and based on PDF specification 1.7.")
(define-public mupdf
(package
(name "mupdf")
- (version "1.23.10")
+ (version "1.23.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "0p0smyfcziqrnp391l0pmpjca07075km0xlw20kd3hqa919lhq0i"))
+ (base32 "1kv44zqijkvljc9fcqmgb8zqkj7hmasga70fsz98aimmrfc2rmyv"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
- branch master updated (3d2966e0b7 -> 40f53e8fb5), guix-commits, 2024/03/22
- 02/09: doc: Mention channel files beyond ~/.config/guix., guix-commits, 2024/03/22
- 05/09: gnu: arcan-sdl: Add missing inputs., guix-commits, 2024/03/22
- 09/09: gnu: mu: Update to 1.12.2., guix-commits, 2024/03/22
- 03/09: system, home: Validate ‘services’ field value., guix-commits, 2024/03/22
- 01/09: services: guix: Add ‘channels’ field., guix-commits, 2024/03/22
- 04/09: gnu: mupdf: Update to 1.23.11.,
guix-commits <=
- 06/09: gnu: Add gvisor-tap-vsock., guix-commits, 2024/03/22
- 07/09: gnu: distrobox: Update to 1.7.0., guix-commits, 2024/03/22
- 08/09: gnu: distrobox: Fix dependency usage., guix-commits, 2024/03/22