kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 61112b9b59fbff446e0ec1958db28850aa279cc0
Author: Kei Kebreau <[email protected]>
AuthorDate: Sun Apr 19 11:01:59 2020 -0400

    gnu: nautilus: Update to 3.36.1.1.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.36.1.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 ae2b9b1..be19c03 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7490,7 +7490,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.34.2")
+    (version "3.36.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7498,7 +7498,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19zqwq4qyyncc5wq3xls0f7rsavnw741k336p2h7kx35p4kf41mv"))))
+                "1pkvxyfm2fl06fpyq2jr147hhpc91y4rgdlxlilg7n8ih982y9gr"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to