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

commit aa215bceecd58402ce8be1acf9254ae3a304fb5f
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 ab2f249980..2a85c01d3f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7160,7 +7160,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/"
@@ -7168,7 +7168,7 @@ MS Graph APIs.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
+                "045a17jqh5f3aks5c3wc9ipfxg8f37gb2dz26j3qyr3rqv71qww6"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -7208,7 +7208,7 @@ MS Graph APIs.")
            dbus
            elogind
            fuse
-           gcr-3
+           gcr
            glib
            gnome-online-accounts
            gsettings-desktop-schemas
@@ -7225,6 +7225,7 @@ MS Graph APIs.")
            libnfs
            libsecret
            lsof
+           msgraph
            samba
            libsoup
            libxml2

Reply via email to