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

commit 7ecf53d1db7cb2e76be0d8f05e524ed4622ad510
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900

    gnu: gsettings-desktop-schemas: Update to 48.0.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 48.0.
    
    Change-Id: Iedaff11944ecb21c32a74047f426e16e2b90e278
---
 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 2a5524295c..bea565ca64 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2696,7 +2696,7 @@ on the GNOME Desktop with a single simple application.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "46.1")
+    (version "48.0")
     (source
      (origin
        (method url-fetch)
@@ -2705,7 +2705,7 @@ on the GNOME Desktop with a single simple application.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0qca8rqfhiyqb5al27h1cz39rl7ipd4jx0dxdfz8x5d66wa1124v"))))
+         "1lqv5mn7r1c8nxm6dfxgvk56r2sqfgafkj5jm1jzh65z2dc1b3z6"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to