mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: zathura: Update to 0.3.6.
* gnu/packages/pdf.scm (zathura): Update to 0.3.6. Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
parent
97b66a91dd
commit
860086529f
1 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2014, 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2014, 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||||
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
||||||
|
;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -376,7 +377,7 @@ (define-public zathura-pdf-poppler
|
||||||
(define-public zathura
|
(define-public zathura
|
||||||
(package
|
(package
|
||||||
(name "zathura")
|
(name "zathura")
|
||||||
(version "0.3.3")
|
(version "0.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -384,7 +385,7 @@ (define-public zathura
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rywx09qn6ap5hb1z31wxby4lzdrqdbldm51pjk1ifflr37xwirk"))
|
"0fyb5hak0knqvg90rmdavwcmilhnrwgg1s5ykx9wd3skbpi8nsh8"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"zathura-plugindir-environment-variable.patch"))))
|
"zathura-plugindir-environment-variable.patch"))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue