summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-23 14:10:35 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:54 -0400
commite30df0ad0908d31740f78669ce60cf7ac26347d8 (patch)
treefc4174c74f704e16f8221eac43d16e8b591cf544
parentedc5b603a3b3ef9dc0a136ad7994c7c6e78885f1 (diff)
downloadguix-e30df0ad0908d31740f78669ce60cf7ac26347d8.tar.gz
gnu: eog: Update to 3.36.1.
* gnu/packages/gnome.scm (eog): Update to 3.36.1
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c8214b82e0..55331b6f66 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5072,7 +5072,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
 (define-public eog
  (package
    (name "eog")
-   (version "3.34.1")
+   (version "3.36.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5080,7 +5080,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
+              "15cwghcbx9x1xmv1dwmwcdxplnhf25w6f4dhx8hk6fjymaks2m74"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags