guix-commits
[Top][All Lists]
Advanced

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

59/62: gnu: nautilus: Update to 3.32.3.


From: guix-commits
Subject: 59/62: gnu: nautilus: Update to 3.32.3.
Date: Sat, 7 Dec 2019 14:05:01 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit d682c599166a7dfff6ebd259ce3104d18a3f02bf
Author: Kei Kebreau <address@hidden>
Date:   Sat Nov 2 09:49:18 2019 -0400

    gnu: nautilus: Update to 3.32.3.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.32.3.
---
 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 2496e05..9d5d9a4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6825,7 +6825,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.32.1")
+    (version "3.32.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6833,7 +6833,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vmrvimv4183l3ij4kv0ir2c9rfzk7gh3xc2pa4wkqq9kn7h6m7s"))))
+                "1x9crzbj6rrrf8w5dkcx0c14j40byr4ijpzkwd5dcrbfvvdy1r01"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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