guix-commits
[Top][All Lists]
Advanced

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

38/48: gnu: eog: Update to 3.28.4.


From: guix-commits
Subject: 38/48: gnu: eog: Update to 3.28.4.
Date: Sat, 4 May 2019 04:10:06 -0400 (EDT)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit bb4e4b9c1cd1004223d8cabb9ab08a225e8bee40
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 6 18:42:02 2018 +0100

    gnu: eog: Update to 3.28.4.
    
    * gnu/packages/gnome.scm (eog): Update to 3.28.4.
---
 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 102d345..0dc96f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4041,7 +4041,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
 (define-public eog
  (package
    (name "eog")
-   (version "3.28.2")
+   (version "3.28.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4049,7 +4049,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1gasrfqi7qrzdq1idh29r0n6ikkqjb6pbp7a8k5krfz5hkhyfin0"))))
+              "1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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