summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-08-01 16:50:32 +0200
committerMarius Bakke <marius@gnu.org>2021-08-01 23:19:29 +0200
commit536bec1ce5b3d68a6773f31e3788c63e8905ce98 (patch)
tree469530a5906e3444543bd08586493db08aafd265
parent4a8a18427819b844b1c8ceb4569a78ab66d3e188 (diff)
downloadguix-536bec1ce5b3d68a6773f31e3788c63e8905ce98.tar.gz
gnu: zathura: Update to 0.4.8.
* gnu/packages/pdf.scm (zathura): Update to 0.4.8.
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index d6e87c0923..a5b5442f29 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -606,7 +606,7 @@ by using the poppler rendering engine.")
 (define-public zathura
   (package
     (name "zathura")
-    (version "0.4.7")
+    (version "0.4.8")
     (source (origin
               (method url-fetch)
               (uri
@@ -614,7 +614,7 @@ by using the poppler rendering engine.")
                               version ".tar.xz"))
               (sha256
                (base32
-                "1rx1fk9s556fk59lmqgvhwrmv71ashh89bx9adjq46wq5gzdn4p0"))))
+                "1nr0ym1mi2afk4ycdf1ppmkcv7i7hyzwn4p3r4m0j2qm3nvaiami"))))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("gettext" ,gettext-minimal)
                      ("glib:bin" ,glib "bin")