guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 777ff6e2a544b031097516ddf93c4ce922732145
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900
gnu: nautilus: Update to 48.3.
* gnu/packages/gnome.scm (nautilus): Update to 48.3.
Change-Id: I17574a9664591dbe511570aaa0a658fa46a30860
---
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 237b139212..5cb5b4d845 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10198,7 +10198,7 @@ through portals.")
(define-public nautilus
(package
(name "nautilus")
- (version "46.4")
+ (version "48.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10206,7 +10206,7 @@ through portals.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kb21wjvz9nb6sq29hqpzbrcxfhiiznzszj387gwjvgcyph4ipxh"))
+ "0g9rbgnaf981nvmzjkn04b3mr14vk30d5m51qy1v038n0nhax8i1"))
(patches
(search-patches "nautilus-extension-search-path.patch"))))
(build-system meson-build-system)