diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 17:28:16 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:54 -0400 |
commit | b37903a88cb745d8e85fd52aacc1835496f68a7b (patch) | |
tree | 10c2dc8aea8ba96e76bb0cb56323f1b63057dbc3 | |
parent | a4901cb7327ec509db3b07ff826f5b2b8caed95f (diff) | |
download | guix-b37903a88cb745d8e85fd52aacc1835496f68a7b.tar.gz |
gnu: evince: Update to 3.36.0.
* gnu/packages/gnome.scm (evince): Update to 3.36.0. [home-page]: Follow redirect.
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files 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 |