[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: zathura: Update to 0.3.8.
From: |
Marius Bakke |
Subject: |
06/17: gnu: zathura: Update to 0.3.8. |
Date: |
Wed, 27 Dec 2017 15:07:40 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit f2984d709fdd3e4df074b31bf98fb18ee043e4bc
Author: Marius Bakke <address@hidden>
Date: Tue Dec 26 22:20:05 2017 +0100
gnu: zathura: Update to 0.3.8.
* gnu/packages/pdf.scm (zathura): Update to 0.3.8.
[native-inputs]: Add GLIB:BIN.
---
gnu/packages/pdf.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index b5b38c4..2c651fc 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -486,7 +486,7 @@ by using the poppler rendering engine.")
(define-public zathura
(package
(name "zathura")
- (version "0.3.7")
+ (version "0.3.8")
(source (origin
(method url-fetch)
(uri
@@ -494,11 +494,12 @@ by using the poppler rendering engine.")
version ".tar.gz"))
(sha256
(base32
- "1w0g74dq4z2vl3f99s2gkaqrb5pskgzig10qhbxj4gq9yj4zzbr2"))
+ "0dz5pky3vmf3s2cp2rv1c099gb1s49p9xlgm3ghyy4pzyxc8bgs6"))
(patches (search-patches
"zathura-plugindir-environment-variable.patch"))))
(native-inputs `(("pkg-config" ,pkg-config)
- ("gettext" ,gettext-minimal)))
+ ("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")))
(inputs `(("girara" ,girara)
("sqlite" ,sqlite)
("gtk+" ,gtk+)))
- branch master updated (aac1aa7 -> d5b0e86), Marius Bakke, 2017/12/27
- 02/17: gnu: xf86-video-intel: Update snapshot to af6d8e9., Marius Bakke, 2017/12/27
- 03/17: gnu: libpipeline: Update to 1.5.0., Marius Bakke, 2017/12/27
- 09/17: gnu: zathura-djvu: Update to 0.2.7., Marius Bakke, 2017/12/27
- 01/17: gnu: seabios: Update to 1.11.0., Marius Bakke, 2017/12/27
- 05/17: gnu: girara: Update to 0.2.8., Marius Bakke, 2017/12/27
- 08/17: gnu: zathura-ps: Update to 0.2.5., Marius Bakke, 2017/12/27
- 07/17: gnu: zathura-cb: Update to 0.1.7., Marius Bakke, 2017/12/27
- 06/17: gnu: zathura: Update to 0.3.8.,
Marius Bakke <=
- 11/17: gnu: zathura-pdf-poppler: Update to 0.2.8., Marius Bakke, 2017/12/27
- 17/17: gnu: xorg-server: Update to 1.19.6., Marius Bakke, 2017/12/27
- 10/17: gnu: zathura-pdf-mupdf: Update to 0.3.2., Marius Bakke, 2017/12/27
- 04/17: gnu: mujs: Update to 1.0.2., Marius Bakke, 2017/12/27
- 15/17: gnu: zathura: Adjust inputs., Marius Bakke, 2017/12/27
- 13/17: gnu: girara: Correct inputs., Marius Bakke, 2017/12/27
- 12/17: gnu: zathura: Enable tests., Marius Bakke, 2017/12/27
- 14/17: gnu: girara: Enable tests., Marius Bakke, 2017/12/27
- 16/17: gnu: zathura: Remove superfluous inputs from dependents., Marius Bakke, 2017/12/27