diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-16 20:29:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-17 11:00:20 +0100 |
commit | 9bc646d0537a08676cb876179a328c1dfff091fc (patch) | |
tree | 605dcd14c2b09d3f33bf19b52e64191feb525047 | |
parent | cf8ec425d521884924ca6db2f78e7eb17c8f38d4 (diff) | |
download | guix-9bc646d0537a08676cb876179a328c1dfff091fc.tar guix-9bc646d0537a08676cb876179a328c1dfff091fc.tar.gz |
gnu: eog: Update to 3.26.2.
* gnu/packages/gnome.scm (eog): Update to 3.26.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 c44610261f..149feeb514 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3768,7 +3768,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3776,7 +3776,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "125wzr1mai4raybfb2hwjzxv59q20bjpw9j4wn682nn5bd9ypnwq")))) + "1b87i31mxzayd3knn9zg00y816d093qrbyx556w8a03xz96ksgmm")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases |