gnu: zathura: Update to 0.4.0.

* gnu/packages/pdf.scm (zathura): Update to 0.4.0.
This commit is contained in:
Arun Isaac 2018-08-11 14:40:53 +05:30
parent 62ab60aad6
commit d514f6015e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -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)