guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: mupdf: Update to 1.19.1.


From: guix-commits
Subject: 03/05: gnu: mupdf: Update to 1.19.1.
Date: Mon, 9 May 2022 16:33:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c438809bc460ddb32c895505ebd0ed17031c634d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 9 23:23:19 2022 +0300

    gnu: mupdf: Update to 1.19.1.
    
    * gnu/packages/pdf.scm (mupdf): Update to 1.19.1.
    [source]: Remove trailing #t.
---
 gnu/packages/pdf.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 74c6166cc0..39c428d071 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -704,14 +704,14 @@ extracting content or merging files.")
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.19.0")
+    (version "1.19.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mupdf.com/downloads/archive/";
                            "mupdf-" version "-source.tar.xz"))
        (sha256
-        (base32 "1i98xqgnzp168hnnhradl8658qsif06wlbvcglz0mmh8wi1rkwrq"))
+        (base32 "0gl0wf16m1cafs20h3v1f4ysf7zlbijjyd6s1r1krwvlzriwdsmm"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -725,8 +725,7 @@ extracting content or merging files.")
                                               (string-append kept "/" file)))
                        keep)
              (delete-file-recursively from)
-             (rename-file kept from))
-           #t))))
+             (rename-file kept from))))))
     (build-system gnu-build-system)
     (inputs
       `(("curl" ,curl)



reply via email to

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