lilyp pushed a commit to branch gnome-team
in repository guix.

commit 80c9f3d9d1c89c674787c969b5b0f731fbaed303
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:08 2025 +0100

    gnu: eog: Update to 47.0.
    
    * gnu/packages/gnome.scm (eog): Update to 47.0.
---
 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 0684044acd..16323f09f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7001,7 +7001,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
 (define-public eog
   (package
     (name "eog")
-    (version "44.3")
+    (version "47.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7009,7 +7009,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn"))))
+                "0rnyrgh0qg1zdnpmn79kaflk0bra4zly93kxgdm14xad4bsxnpnv"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to