kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 346fa0d6d76ec31f617c22211dcf959765b87e99
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 23 14:10:35 2020 -0400

    gnu: eog: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (eog): Update to 3.36.1
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2d6967f..af18ee2 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

Reply via email to