guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: nautilus: Update to 41.1.


From: guix-commits
Subject: 02/03: gnu: nautilus: Update to 41.1.
Date: Tue, 11 Jan 2022 18:59:48 -0500 (EST)

planglois pushed a commit to branch master
in repository guix.

commit 5b0a7fd9ad3f3e3fbb89bd19dc90490f4bc5ca4a
Author: Pierre Langlois <pierre.langlois@gmx.com>
AuthorDate: Tue Jan 11 19:55:03 2022 +0000

    gnu: nautilus: Update to 41.1.
    
    * gnu/packages/gnome.scm (nautilus): Update to 41.1.
    [arguments]: Remove #:meson keyword.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 62bac37527..e514f6e8c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9088,7 +9088,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "41.0")
+    (version "41.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9096,7 +9096,7 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rd1a0wjh2sc7mzw6m61rryvgxpi2lin4xj0x9khqw04q6nl3fgr"))
+                "0bsqh241m43x3qb3z0mjakjic610ncl95zhjdgls649phnc30qry"))
               (patches
                ;; This patch is already upstream and can be removed next
                ;; release.
@@ -9104,7 +9104,6 @@ shared object databases, search tools and indexing.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
-       #:meson ,meson-0.59
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'make-extensible



reply via email to

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