guix-commits
[Top][All Lists]
Advanced

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

76/113: gnu: nautilus: Update to 40.0.


From: guix-commits
Subject: 76/113: gnu: nautilus: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:51 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit b33f73884e6671fced88e59eeabb59947bb6d16c
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:46:43 2021 +0100

    gnu: nautilus: Update to 40.0.
    
    * gnu/packages/gnome.scm (nautilus): Update to 40.0.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2b916a7..52c8b16 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8731,15 +8731,15 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.34.2")
+    (version "40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19zqwq4qyyncc5wq3xls0f7rsavnw741k336p2h7kx35p4kf41mv"))))
+                "0h2drh4zfjhhys6zm27h75kk4hr3lc1f7a7pa8p3gbcmg1hh4l3x"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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