diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-19 10:21:52 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:08 -0500 |
commit | b0f24a82c1b489548e854624253df16022da05d7 (patch) | |
tree | 921cc357b5def2aeb8c2fb4f5e91833444dc6fe1 | |
parent | e0c5f20c47f99eb2ee0394a57681b6d5eddf9ef5 (diff) | |
download | patches-b0f24a82c1b489548e854624253df16022da05d7.tar patches-b0f24a82c1b489548e854624253df16022da05d7.tar.gz |
gnu: eog: Update to 3.32.2.
* gnu/packages/gnome.scm (eog): Update to 3.32.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 2eadb37916..a10345e667 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4336,7 +4336,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "3.28.4") + (version "3.32.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4344,7 +4344,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55")))) + "1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy")))) (build-system meson-build-system) (arguments `(#:configure-flags |