From 936d56427a76f0d60a5257288a620701f2da4a35 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 2 Jan 2020 01:09:10 +0100 Subject: gnu: evince: Update to 3.34.2. * gnu/packages/gnome.scm (evince): Update to 3.34.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 564ea07308..22217aa588 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1003,7 +1003,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.34.1") + (version "3.34.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/evince/" @@ -1011,7 +1011,7 @@ forgotten when the session ends.") "evince-" version ".tar.xz")) (sha256 (base32 - "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45")))) + "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") -- cgit v1.2.3