diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-02 01:09:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-02 22:57:01 +0100 |
commit | 936d56427a76f0d60a5257288a620701f2da4a35 (patch) | |
tree | f0dbbf6d4c4221bf8a4e0b7ac1d2629c2af71ace | |
parent | ac6313280978e762dd74feaff123cfafc1c80462 (diff) | |
download | patches-936d56427a76f0d60a5257288a620701f2da4a35.tar patches-936d56427a76f0d60a5257288a620701f2da4a35.tar.gz |
gnu: evince: Update to 3.34.2.
* gnu/packages/gnome.scm (evince): Update to 3.34.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 564ea07308..22217aa588 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1003,7 +1003,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.34.1") + (version "3.34.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/evince/" @@ -1011,7 +1011,7 @@ forgotten when the session ends.") "evince-" version ".tar.xz")) (sha256 (base32 - "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45")))) + "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") |