guix-commits
[Top][All Lists]
Advanced

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

91/107: gnu: eog: Update to 3.36.1.


From: guix-commits
Subject: 91/107: gnu: eog: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:34 -0400 (EDT)

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

commit e30df0ad0908d31740f78669ce60cf7ac26347d8
Author: Kei Kebreau <address@hidden>
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 c8214b8..55331b6 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

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