lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 5cbe8f9ca50dcafeca7991993dc4943d88a032d1
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:41:15 2021 +0100
gnu: gvfs: Update to 1.48.0.
* gnu/packages/gnome.scm (gvfs): Update to 1.48.0.
---
gnu/packages/gnome.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 15b9acd..f339135 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6370,7 +6370,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
(define-public gvfs
(package
(name "gvfs")
- (version "1.40.2")
+ (version "1.48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gvfs/"
@@ -6378,10 +6378,7 @@ part of udev-extras, then udev, then systemd. It's now
a project on its own.")
"gvfs-" version ".tar.xz"))
(sha256
(base32
- "07lpcfric3h0302n9b1pwa38mjb76r9s98kg2867y2d1qvzfivxx"))
- ;; This patch may be removed when upgrading to version 1.46.x.
- (patches
- (search-patches "gvfs-add-support-for-libplist-2.2.patch"))))
+ "0fg9xa9kfhq6frj2phf0rdhk6ks758afwkbpkrrgisf4a5vpjd1q"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t