[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: mupdf: Update to 1.23.4.
From: |
guix-commits |
Subject: |
14/15: gnu: mupdf: Update to 1.23.4. |
Date: |
Fri, 3 Nov 2023 06:15:07 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 021b222cda8c33001f8c4823d4abbd7e6afa837e
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Nov 1 10:55:49 2023 +0100
gnu: mupdf: Update to 1.23.4.
* gnu/packages/pdf.scm (mupdf): Update to 1.23.4.
[source]: Switch from gz to lz tarball.
Change-Id: Ie4d20c95e509960390dce3da77315fa2bf2d688f
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 a767538eaa..a2c0118455 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -824,14 +824,14 @@ and based on PDF specification 1.7.")
(define-public mupdf
(package
(name "mupdf")
- (version "1.23.3")
+ (version "1.23.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://mupdf.com/downloads/archive/"
- "mupdf-" version "-source.tar.gz"))
+ "mupdf-" version "-source.tar.lz"))
(sha256
- (base32 "1b8ajj5xmi2p9c92l8fd46amfshmxdw6zcg1hqajg8y0kd0ady8y"))
+ (base32 "0068swdrlq9q7pkg3dxn4rschxm5j37pd4vz0cb2pcry75rdmxpc"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
- 01/15: gnu: dragonfly-reverb: Update to 3.2.10., (continued)
- 01/15: gnu: dragonfly-reverb: Update to 3.2.10., guix-commits, 2023/11/03
- 04/15: gnu: emacs-mastodon: Update to 1.0.13., guix-commits, 2023/11/03
- 05/15: gnu: wlr-randr: Update to 0.3.1., guix-commits, 2023/11/03
- 03/15: gnu: asciinema: Update to 2.4.0., guix-commits, 2023/11/03
- 02/15: gnu: strawberry: Update to 1.0.21., guix-commits, 2023/11/03
- 06/15: gnu: msmtp: Update to 1.8.25., guix-commits, 2023/11/03
- 07/15: gnu: emacs-ox-rss: Update upstream URL., guix-commits, 2023/11/03
- 09/15: gnu: foot: Update to 1.16.2., guix-commits, 2023/11/03
- 08/15: gnu: wine-minimal: Update to 8.18., guix-commits, 2023/11/03
- 15/15: gnu: cmark-gfm: Update to 0.29.0.gfm.13., guix-commits, 2023/11/03
- 14/15: gnu: mupdf: Update to 1.23.4.,
guix-commits <=
- 13/15: gnu: syncthing: Update to 1.25.0., guix-commits, 2023/11/03
- 11/15: gnu: neovim: Update to 0.9.4., guix-commits, 2023/11/03
- 12/15: gnu: go-github-com-hjson-hjson-go: Update to 4.3.1., guix-commits, 2023/11/03
- 10/15: gnu: guile-netlink: Update to 1.2.1., guix-commits, 2023/11/03