lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 1fdefa7c26ab535a7561d90189a8aa7f0b6032c3
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:33:57 2021 +0100
gnu: evince: Update to 3.38.2.
* gnu/packages/gnome.scm (evince): Update to 3.38.2.
---
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 fa1ac73..3a47ad3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2563,7 +2563,7 @@ forgotten when the session ends.")
(define-public evince
(package
(name "evince")
- (version "3.36.5")
+ (version "3.38.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evince/"
@@ -2571,7 +2571,7 @@ forgotten when the session ends.")
"evince-" version ".tar.xz"))
(sha256
(base32
- "0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg"))))
+ "155x0d4w149k6an3rmh5lbyzyd5p1kgczv988q3mwc6nzvaikm17"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-nautilus" "--enable-introspection")