guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: mupdf: Update to 1.22.0.


From: guix-commits
Subject: 07/08: gnu: mupdf: Update to 1.22.0.
Date: Fri, 5 May 2023 18:06:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c106baed62b2242f4870392972f855207e1da545
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Apr 30 20:53:53 2023 +0200

    gnu: mupdf: Update to 1.22.0.
    
    * gnu/packages/pdf.scm (mupdf): Update to 1.22.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 ddac5537f0..f47c082770 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.21.1")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mupdf.com/downloads/archive/";
                            "mupdf-" version "-source.tar.lz"))
        (sha256
-        (base32 "0876sn5nd8vyw9d3d3bmripm119jy6734rs0ywppqzvccy839936"))
+        (base32 "0ghwam1c1izks1n2zq2pr8z67nvrx4njk5rla86b75l4pw58mmxy"))
        (modules '((guix build utils)))
        (snippet
         #~(begin



reply via email to

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