lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 00796297de1b9b0039317673800bfa73b8b0e1f2
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:40:33 2021 +0100

    gnu: eog: Update to 40.0.
    
    * gnu/packages/gnome.scm (eog): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 10396d8..71956fb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6234,15 +6234,15 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
 (define-public eog
  (package
    (name "eog")
-   (version "3.34.1")
+   (version "40.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
-                                (version-major+minor version) "/"
+                                (version-major version) "/"
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
+              "1yg57l1fyhpmyk04w6whysnrdv40kz82g7agphi7r5qmy62cj5rh"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags

Reply via email to