guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: zathura: Update to 0.4.0.


From: Arun Isaac
Subject: 01/01: gnu: zathura: Update to 0.4.0.
Date: Sat, 11 Aug 2018 05:15:10 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit d514f6015ecf556cf8ef1a32c18b7711e8588bae
Author: Arun Isaac <address@hidden>
Date:   Sat Aug 11 14:40:53 2018 +0530

    gnu: zathura: Update to 0.4.0.
    
    * gnu/packages/pdf.scm (zathura): Update to 0.4.0.
---
 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 8673330..7ae0261 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -491,7 +491,7 @@ by using the poppler rendering engine.")
 (define-public zathura
   (package
     (name "zathura")
-    (version "0.3.9")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -499,7 +499,7 @@ by using the poppler rendering engine.")
                               version ".tar.xz"))
               (sha256
                (base32
-                "0z09kz92a2n8qqv3cy8bx5j5k612g2f9mmh4szqlc7yvi39aax1g"))
+                "1j0yah09adv3bsjhhbqra5lambal32svk8fxmf89wwmcqrcr4qma"))
               (patches (search-patches
                         "zathura-plugindir-environment-variable.patch"))))
     (native-inputs `(("pkg-config" ,pkg-config)



reply via email to

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