diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-06 18:42:02 +0100 | 
|---|---|---|
| committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:39 -0400 | 
| commit | ec7d4bc7ac1e812508cbcb15bf93bb0e5cf101b0 (patch) | |
| tree | 2b1ad864991218bfe60f0bb8cab69268cdbf3483 /gnu | |
| parent | a68544a81dafb7e1b5bb1ce90d9200fb5a883551 (diff) | |
gnu: eog: Update to 3.28.4.
* gnu/packages/gnome.scm (eog): Update to 3.28.4.
Diffstat (limited to 'gnu')
| -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 87e997c630..6cb78ad55d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4037,7 +4037,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")  (define-public eog   (package     (name "eog") -   (version "3.28.2") +   (version "3.28.4")     (source (origin              (method url-fetch)              (uri (string-append "mirror://gnome/sources/" name "/" @@ -4045,7 +4045,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")                                  name "-" version ".tar.xz"))              (sha256               (base32 -              "1gasrfqi7qrzdq1idh29r0n6ikkqjb6pbp7a8k5krfz5hkhyfin0")))) +              "1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55"))))     (build-system meson-build-system)     (arguments      `(#:configure-flags | 
