guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/117: gnu: eog: Update to 40.0.


From: guix-commits
Subject: 53/117: gnu: eog: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:49 -0400 (EDT)

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

commit e459d36a4d6bfdfb0a977f5c5e621eee15ef201d
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 d9a2fe7..b9e5e2e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6218,15 +6218,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

[Prev in Thread] Current Thread [Next in Thread]