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

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

    gnu: gsettings-desktop-schemas: Update to 46.1.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.1.
---
 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 5fb98e412d..d804bf80b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2797,7 +2797,7 @@ on the GNOME Desktop with a single simple application.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "46.0")
+    (version "46.1")
     (source
      (origin
        (method url-fetch)
@@ -2806,7 +2806,7 @@ on the GNOME Desktop with a single simple application.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9"))))
+         "0qca8rqfhiyqb5al27h1cz39rl7ipd4jx0dxdfz8x5d66wa1124v"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases

Reply via email to