guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit b4815f4995ced6f64df36815ca1f062ade08d302
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:28:05 2026 +0100

    gnu: gvfs: Update to 1.58.0.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.58.0.
---
 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 c431df248c..1aa81624c8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7041,7 +7041,7 @@ MS Graph APIs.")
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.56.1")
+    (version "1.58.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -7049,7 +7049,7 @@ MS Graph APIs.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "045a17jqh5f3aks5c3wc9ipfxg8f37gb2dz26j3qyr3rqv71qww6"))))
+                "0bqq9z1y31yk3c8wz8i8fql7dr8cfxsd5a49xc4v7z6hfdlf76yx"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to