guix-commits
[Top][All Lists]
Advanced

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

119/133: gnu: nautilus: Update to 3.30.4.


From: guix-commits
Subject: 119/133: gnu: nautilus: Update to 3.30.4.
Date: Sun, 6 Jan 2019 16:59:50 -0500 (EST)

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

commit 468db10056c976d75cd8c8c4f79caeb96e9803a2
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 6 11:05:26 2018 +0100

    gnu: nautilus: Update to 3.30.4.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.30.4.
    [inputs]: Add libseccomp.
---
 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 d50725e..f7b9c16 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5936,7 +5936,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.28.1")
+    (version "3.30.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5944,7 +5944,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19dhpa2ylrg8d5274lahy7xqr2p9z3jnq1h4qmsh95czkpy7is4w"))))
+                "1fcavvv85mpaz53k5kx5mls7npx7b95s8isnhrgq2iglz4kpr7s1"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -5965,6 +5965,7 @@ shared object databases, search tools and indexing.")
        ("exempi" ,exempi)
        ("gnome-desktop" ,gnome-desktop)
        ("gnome-autoar" ,gnome-autoar)
+       ("libseccomp" ,libseccomp)
        ("libselinux" ,libselinux)
        ("nettle" ,nettle) ; XXX required by libarchive.pc via gnome-autoar
        ("tracker" ,tracker)



reply via email to

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