summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-11-08 21:42:26 +0800
committer宋文武 <iyzsong@gmail.com>2015-11-08 21:46:32 +0800
commitc3b9d75f8d0a6664e471767eb178799291535374 (patch)
tree4300b9d0a833e5104b64518be5e0aadf864412f1 /gnu/packages
parentf47ba77e5fe0c890c412953e1621ad63d1e6f3fe (diff)
downloadguix-patches-c3b9d75f8d0a6664e471767eb178799291535374.tar
guix-patches-c3b9d75f8d0a6664e471767eb178799291535374.tar.gz
gnu: evince: Update to 3.18.1.
* gnu/packages/gnome.scm (evince): Update to 3.18.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3c3742770f..32c29ca128 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -386,7 +386,7 @@ forgotten when the session ends.")
(define-public evince
(package
(name "evince")
- (version "3.16.1")
+ (version "3.18.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -394,7 +394,7 @@ forgotten when the session ends.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0c31pwfzfm5x036f018q31k33vl8xb96nbs0iiccsc1abc37bzq6"))))
+ "0cccmbvl1b6d2976642iyfr8g3r69zf3mzl2ln6vjvvdbrv26l3v"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-nautilus")