guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]