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

commit b0951e15e627ea3dfda4a008bdfac394a07fdc3f
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 f4dd5dc235..c58791a187 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2793,7 +2793,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)
@@ -2802,7 +2802,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