guix-commits
[Top][All Lists]
Advanced

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

60/182: gnu: nautilus: Update to 3.32.3.


From: guix-commits
Subject: 60/182: gnu: nautilus: Update to 3.32.3.
Date: Fri, 15 Nov 2019 00:01:38 -0500 (EST)

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

commit 09d4be7eba111e303998e2b2fced0281a03aa0eb
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 9d88ef5..3736bea 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6574,7 +6574,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 "/"
@@ -6582,7 +6582,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]