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

commit 38be723841bb618718fe6989500d0c679009a269
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:09 2026 +0900

    gnu: gsettings-desktop-schemas: Update to 49.1.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 49.1.
    
    Change-Id: I23742ca5779332ecc7a59bf0b77194387bfc0d7c
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 6a916e7be7..400769fc82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2686,7 +2686,7 @@ and single page document formats like PDF and DejaVu.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "48.0")
+    (version "49.1")
     (source
      (origin
        (method url-fetch)
@@ -2695,7 +2695,7 @@ and single page document formats like PDF and DejaVu.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1lqv5mn7r1c8nxm6dfxgvk56r2sqfgafkj5jm1jzh65z2dc1b3z6"))))
+         "0qqfxml3kqg87ly5w8rhqalin6qv20jcn2gqkdmhga75sn1pyykp"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to