diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:47:11 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:55 +0800 |
commit | b4ed0f86365436cbb1fa71a8a628e81b532cfd8d (patch) | |
tree | 0bc15bde16db9086e77a98ce24e7fe4cc67cb6af /gnu/packages | |
parent | d6a4f2896890a677f70ea72400dc384111ed3a5b (diff) | |
download | patches-b4ed0f86365436cbb1fa71a8a628e81b532cfd8d.tar patches-b4ed0f86365436cbb1fa71a8a628e81b532cfd8d.tar.gz |
gnu: evince: Update to 3.20.1.
* gnu/packages/gnome.scm (evince): Update to 3.20.1.
Diffstat (limited to 'gnu/packages')
-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 f142d7d857..f817cd78e7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -464,7 +464,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -472,7 +472,7 @@ forgotten when the session ends.") name "-" version ".tar.xz")) (sha256 (base32 - "1052lm4i5qq27sgk6ck5xc1cxh0qx4zzhifjhmzjlv38afj5i0yg")))) + "0m80s98k4i463dclpyk01fqb91cawbb6vvcz5vq2974k6qqc4ypw")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") |