guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: mupdf: Update to 1.23.7.


From: guix-commits
Subject: 06/08: gnu: mupdf: Update to 1.23.7.
Date: Sat, 9 Dec 2023 05:54:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cce073622f9ba3091198be2d726b0732fb54b863
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 26 01:00:00 2023 +0100

    gnu: mupdf: Update to 1.23.7.
    
    * gnu/packages/pdf.scm (mupdf): Update to 1.23.7.
    
    Change-Id: If58ab64470c88fdd15897488a5955d009d92ee34
---
 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 44bae7f0d9..be9f13d7b6 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.4")
+    (version "1.23.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mupdf.com/downloads/archive/";
                            "mupdf-" version "-source.tar.lz"))
        (sha256
-        (base32 "0068swdrlq9q7pkg3dxn4rschxm5j37pd4vz0cb2pcry75rdmxpc"))
+        (base32 "0d0ig1amxyy50jvfbn6rz49zd0980p6syqzcx5v7wg0c3pl2iwwm"))
        (modules '((guix build utils)
                   (ice-9 ftw)
                   (srfi srfi-1)))



reply via email to

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