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

commit 5700417443c0f1c21cab36965a1394884c58e701
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:04 2025 +0100

    gnu: gvfs: Update to 1.56.1.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.56.1.
    [inputs]: Add gcr and msgraph.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d9362d21c..fbb3015616 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7164,7 +7164,7 @@ MS Graph APIs.")
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.50.7")
+    (version "1.56.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -7172,7 +7172,7 @@ MS Graph APIs.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
+                "045a17jqh5f3aks5c3wc9ipfxg8f37gb2dz26j3qyr3rqv71qww6"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7212,7 +7212,7 @@ MS Graph APIs.")
            dbus
            elogind
            fuse
-           gcr-3
+           gcr
            glib
            gnome-online-accounts
            gsettings-desktop-schemas
@@ -7229,6 +7229,7 @@ MS Graph APIs.")
            libnfs
            libsecret
            lsof
+           msgraph
            samba
            libsoup
            libxml2

Reply via email to