guix-commits
[Top][All Lists]
Advanced

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

61/74: gnu: nautilus: Update to 3.28.1.


From: guix-commits
Subject: 61/74: gnu: nautilus: Update to 3.28.1.
Date: Fri, 30 Nov 2018 09:07:25 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 5c9a60abb3e706f638c56005d940741b246d2a2a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 18:52:06 2018 +0200

    gnu: nautilus: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.28.1.
    [inputs]: Add gexiv2.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0e84bc7..28396fa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5874,7 +5874,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.26.2")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5882,7 +5882,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1d0l4vgcjqj4671hb6s2a56baqlasbxn3wl6vfrpdsk5qq299jbr"))))
+                "19dhpa2ylrg8d5274lahy7xqr2p9z3jnq1h4qmsh95czkpy7is4w"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -5898,6 +5898,7 @@ shared object databases, search tools and indexing.")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("dconf" ,dconf)
+       ("gexiv2" ,gexiv2)
        ("gvfs" ,gvfs)
        ("exempi" ,exempi)
        ("gnome-desktop" ,gnome-desktop)



reply via email to

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