[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: mupdf: Update to 1.23.9.
From: |
guix-commits |
Subject: |
09/17: gnu: mupdf: Update to 1.23.9. |
Date: |
Fri, 9 Feb 2024 17:19:41 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f4b90759ca6546f51e7ab30c94ef9e118e99ef85
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Jan 28 11:09:17 2024 +0100
gnu: mupdf: Update to 1.23.9.
* gnu/packages/pdf.scm (mupdf): Update to 1.23.9.
Change-Id: Id67767304d33a09df8cea7b91111729d0bc99366
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 e0d8e1f33f..5f73c1cc07 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -19,7 +19,7 @@
;;; Copyright © 2019,2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
-;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
+;;; Copyright © 2020, 2024 Timotej Lazar <timotej.lazar@araneo.si>
;;; Copyright © 2020, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
@@ -842,14 +842,14 @@ and based on PDF specification 1.7.")
(define-public mupdf
(package
(name "mupdf")
- (version "1.23.7")
+ (version "1.23.9")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
"mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "0d0ig1amxyy50jvfbn6rz49zd0980p6syqzcx5v7wg0c3pl2iwwm"))
+ (base32 "1i8m3q02rxb514s1mln4fl4v9wj7sn8n28mcgmivl9glp7g8jbrc"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
- 06/17: gnu: syncthing: Update to 1.27.2., (continued)
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9.,
guix-commits <=
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0., guix-commits, 2024/02/09
- 13/17: gnu: packages: textuitils: Sort use-module alphabetically., guix-commits, 2024/02/09
- 16/17: gnu: patool: Fix build., guix-commits, 2024/02/09