guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: zathura: Update to 0.3.6.


From: Alex Kost
Subject: 02/07: gnu: zathura: Update to 0.3.6.
Date: Sun, 7 Aug 2016 13:55:30 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 860086529f4027b11ef49a69e16d1e5ccb0b1dfa
Author: ng0 <address@hidden>
Date:   Sun Aug 7 09:58:42 2016 +0000

    gnu: zathura: Update to 0.3.6.
    
    * gnu/packages/pdf.scm (zathura): Update to 0.3.6.
    
    Signed-off-by: Alex Kost <address@hidden>
---
 gnu/packages/pdf.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index dd7a0b0..f86060b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2014, 2015, 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015 Paul van der Walt <address@hidden>
 ;;; Copyright © 2016 Roel Janssen <address@hidden>
+;;; Coypright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -376,7 +377,7 @@ by using the poppler rendering engine.")
 (define-public zathura
   (package
     (name "zathura")
-    (version "0.3.3")
+    (version "0.3.6")
     (source (origin
               (method url-fetch)
               (uri
@@ -384,7 +385,7 @@ by using the poppler rendering engine.")
                               version ".tar.gz"))
               (sha256
                (base32
-                "1rywx09qn6ap5hb1z31wxby4lzdrqdbldm51pjk1ifflr37xwirk"))
+                "0fyb5hak0knqvg90rmdavwcmilhnrwgg1s5ykx9wd3skbpi8nsh8"))
               (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]