guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: nautilus: Update to 3.24.2.1.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: nautilus: Update to 3.24.2.1.
Date: Thu, 27 Jul 2017 19:01:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0f6cf5a61cd50623f42b177cea429bbaf19e25b3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jul 27 21:31:14 2017 +0200

    gnu: nautilus: Update to 3.24.2.1.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.24.2.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 abc5c26..931c50e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5490,7 +5490,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.24.1")
+    (version "3.24.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5498,7 +5498,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1cn6bmzmahzlwcd4gllsvx6dva386xm3papgzpv1r34abw73sf27"))))
+                "1cv138z04qx0fh1a2z2hvxy4p1x15vdv5gmkx5f3hb6c3w2rsz9m"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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