guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: zathura-pdf-mupdf: Update to 0.3.6.


From: guix-commits
Subject: branch master updated: gnu: zathura-pdf-mupdf: Update to 0.3.6.
Date: Tue, 24 Nov 2020 08:14:48 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17210f5  gnu: zathura-pdf-mupdf: Update to 0.3.6.
17210f5 is described below

commit 17210f51b45d930627a86118d29cdeb00f8dfea4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 13:46:53 2020 +0100

    gnu: zathura-pdf-mupdf: Update to 0.3.6.
    
    * gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.6.
---
 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 235950c..5b5a53b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -499,7 +499,7 @@ using the DjVuLibre library.")
 (define-public zathura-pdf-mupdf
   (package
     (name "zathura-pdf-mupdf")
-    (version "0.3.5")
+    (version "0.3.6")
     (source (origin
               (method url-fetch)
               (uri
@@ -507,7 +507,7 @@ using the DjVuLibre library.")
                               "/download/zathura-pdf-mupdf-" version 
".tar.xz"))
               (sha256
                (base32
-                "1pjwsb7zwclxsvz229fl7y2saf1pv3ifwv3ay8viqxgrp9x3z9hq"))))
+                "1r3v37k9fl2rxipvacgxr36llywvy7n20a25h3ajlyk70697sa66"))))
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs
      `(("jbig2dec" ,jbig2dec)



reply via email to

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