guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: nautilus: Update to 3.32.3.


From: guix-commits
Subject: 07/10: gnu: nautilus: Update to 3.32.3.
Date: Sat, 2 Nov 2019 17:05:22 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 2caa09f6f6969f52cbd852667b539f4c00df5fc2
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 1402009..5e7f52b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6541,7 +6541,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 "/"
@@ -6549,7 +6549,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]