mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: zathura: Update to 0.3.7.
* gnu/packages/pdf.scm (zathura): Update to 0.3.7.
This commit is contained in:
parent
24bbd9e149
commit
623feb452a
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ (define-public zathura-pdf-poppler
|
|||
(define-public zathura
|
||||
(package
|
||||
(name "zathura")
|
||||
(version "0.3.6")
|
||||
(version "0.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -407,7 +407,7 @@ (define-public zathura
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fyb5hak0knqvg90rmdavwcmilhnrwgg1s5ykx9wd3skbpi8nsh8"))
|
||||
"1w0g74dq4z2vl3f99s2gkaqrb5pskgzig10qhbxj4gq9yj4zzbr2"))
|
||||
(patches (search-patches
|
||||
"zathura-plugindir-environment-variable.patch"))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue