lilyp pushed a commit to branch gnome-team
in repository guix.
commit 8b0f5cc3fcc8962eb2b5be3134590ecbdb05d758
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Aug 16 20:40:18 2024 +0200
gnu: gsettings-desktop-schemas: Update to 46.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.0.
---
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 94915b34b6..0b98e9809f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2790,7 +2790,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "44.0")
+ (version "46.0")
(source
(origin
(method url-fetch)
@@ -2799,7 +2799,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03pc3wlfmf07586x89h63fr42pdpvqx64ak4ks298nchmmff8bgb"))))
+ "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9"))))
(build-system meson-build-system)
(arguments
`(#:phases (modify-phases %standard-phases