guix-commits
[Top][All Lists]
Advanced

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

05/47: gnu: eog: Update to 3.34.1.


From: guix-commits
Subject: 05/47: gnu: eog: Update to 3.34.1.
Date: Mon, 23 Mar 2020 15:50:46 -0400 (EDT)

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

commit 615542a6d522cbe01ef9333f1a3c55dd68a605e1
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 22:39:19 2019 -0500

    gnu: eog: Update to 3.34.1.
    
    * gnu/packages/gnome.scm (eog): Update to 3.34.1.
    [inputs]: Replace librsvg with librsvg-next.
---
 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 a2237c4..b4546f6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4958,7 +4958,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
 (define-public eog
  (package
    (name "eog")
-   (version "3.32.2")
+   (version "3.34.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4966,7 +4966,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy"))))
+              "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags
@@ -5006,7 +5006,7 @@ supports playlists, song ratings, and any codecs 
installed through gstreamer.")
       ("libexif" ,libexif)
       ("libpeas" ,libpeas)
       ("libjpeg" ,libjpeg-turbo)
-      ("librsvg" ,librsvg)
+      ("librsvg" ,librsvg-next)
       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("gtk+" ,gtk+)))
    (home-page "https://wiki.gnome.org/Apps/EyeOfGnome";)



reply via email to

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