diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-01-16 10:15:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-01-16 10:15:00 +0100 |
commit | 623feb452ad89727e0aa19d49baabd11e84ac6ef (patch) | |
tree | 90b49b0fc09f18751db25d7871a887fd52e2d522 /gnu/packages/pdf.scm | |
parent | 24bbd9e149206124b7972b89338fc11902a01861 (diff) | |
download | patches-623feb452ad89727e0aa19d49baabd11e84ac6ef.tar patches-623feb452ad89727e0aa19d49baabd11e84ac6ef.tar.gz |
gnu: zathura: Update to 0.3.7.
* gnu/packages/pdf.scm (zathura): Update to 0.3.7.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 5e1c0db51e..e967203730 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -399,7 +399,7 @@ by using the poppler rendering engine.") (define-public zathura (package (name "zathura") - (version "0.3.6") + (version "0.3.7") (source (origin (method url-fetch) (uri @@ -407,7 +407,7 @@ by using the poppler rendering engine.") version ".tar.gz")) (sha256 (base32 - "0fyb5hak0knqvg90rmdavwcmilhnrwgg1s5ykx9wd3skbpi8nsh8")) + "1w0g74dq4z2vl3f99s2gkaqrb5pskgzig10qhbxj4gq9yj4zzbr2")) (patches (search-patches "zathura-plugindir-environment-variable.patch")))) (native-inputs `(("pkg-config" ,pkg-config) |