guix-commits
[Top][All Lists]
Advanced

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



reply via email to

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