summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-13 21:36:22 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-14 00:05:11 +0200
commitde08b5b23fa7bbc972c128ebd343331fcc0a2c22 (patch)
tree140bd10941bc7c02b0ac09c98b90154eddf44eb9 /gnu/packages/gnome.scm
parenta5d40ee7acd80d0472c64cd697f27045fffa4167 (diff)
downloadguix-de08b5b23fa7bbc972c128ebd343331fcc0a2c22.tar.gz
gnu: evince: Update to 3.36.5.
* gnu/packages/gnome.scm (evince): Update to 3.36.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8771c3e2bb..71a7c5812b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1682,7 +1682,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.36.1")
+    (version "3.36.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/evince/"
@@ -1690,7 +1690,7 @@ forgotten when the session ends.")
                                  "evince-" version ".tar.xz"))
              (sha256
               (base32
-               "1msbb66lasikpfjpkwsvi7h22hqmk275850ilpdqwbd0b39vzf4c"))))
+               "0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus" "--enable-introspection")