diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 17:07:21 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:29 +0200 |
commit | c1b9cd3ef895860da992a26042dd663ec4557a35 (patch) | |
tree | b19f00579b9b1fcf8dc61b2091d7ca65a9e8d65e /gnu | |
parent | b94a822eae710052a11523b56c125e424d31cf81 (diff) | |
download | guix-c1b9cd3ef895860da992a26042dd663ec4557a35.tar.gz guix-c1b9cd3ef895860da992a26042dd663ec4557a35.zip |
gnu: evince: Update to 3.20.0.
* gnu/packages/gnome.scm (evince): Update to 3.20.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 35dff5b11f..4fb5d3a9a0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -410,7 +410,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -418,7 +418,7 @@ forgotten when the session ends.") name "-" version ".tar.xz")) (sha256 (base32 - "0cccmbvl1b6d2976642iyfr8g3r69zf3mzl2ln6vjvvdbrv26l3v")))) + "1052lm4i5qq27sgk6ck5xc1cxh0qx4zzhifjhmzjlv38afj5i0yg")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") |