nckx pushed a commit to branch master
in repository guix.
commit de08b5b23fa7bbc972c128ebd343331fcc0a2c22
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jun 13 21:36:22 2020 +0200
gnu: evince: Update to 3.36.5.
* gnu/packages/gnome.scm (evince): Update to 3.36.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8771c3e..71a7c58 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")