diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-26 11:02:32 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-26 11:04:11 +0200 |
commit | 87bcd9bf655035bda31b2921a88ed14d9b6fa2e8 (patch) | |
tree | aa1a91b7a09accbfdce017c307ca5c44be3ac9c1 | |
parent | 5fa88cc4663bab79d7209125cea412f851fdd6dc (diff) | |
download | gnu-guix-87bcd9bf655035bda31b2921a88ed14d9b6fa2e8.tar gnu-guix-87bcd9bf655035bda31b2921a88ed14d9b6fa2e8.tar.gz |
gnu: evince: Update to 3.28.2.
* gnu/packages/gnome.scm (evince): Update to 3.28.2.
-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 41b77df141..f0f19a8f7c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -725,7 +725,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.28.0") + (version "3.28.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -733,7 +733,7 @@ forgotten when the session ends.") name "-" version ".tar.xz")) (sha256 (base32 - "1a3kcls18dcz1lj8hrx8skcli9xxfyi71c17xjwayh71cm5jc8zs")))) + "1qbk1x2c7iacmmfwjzh136v2sdacrkqn9d6bnqid7xn9hlnx4m89")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") |