From b37903a88cb745d8e85fd52aacc1835496f68a7b Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Thu, 23 Apr 2020 17:28:16 -0400 Subject: gnu: evince: Update to 3.36.0. * gnu/packages/gnome.scm (evince): Update to 3.36.0. [home-page]: Follow redirect. --- gnu/packages/gnome.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4f78dba01c..e72a5a5878 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1598,7 +1598,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.34.2") + (version "3.36.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/evince/" @@ -1606,7 +1606,7 @@ forgotten when the session ends.") "evince-" version ".tar.xz")) (sha256 (base32 - "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w")))) + "1a7v534sqbg7rlrvg9x1rffdf6p9n37blp3wix6anyfl6i99n7c5")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus" "--enable-introspection") @@ -1656,8 +1656,7 @@ forgotten when the session ends.") ("gobject-introspection" ,gobject-introspection) ("pkg-config" ,pkg-config) ("xmllint" ,libxml2))) - (home-page - "https://www.gnome.org/projects/evince/") + (home-page "https://wiki.gnome.org/Apps/Evince") (synopsis "GNOME's document viewer") (description "Evince is a document viewer for multiple document formats. It -- cgit 1.4.1