summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-08-29 15:56:54 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-08-29 15:57:57 -0400
commit49cc920a261395f5585c6fd6cddec77547b42d43 (patch)
tree2ac8bae5014985f7202316e50fc03085134465c2
parent9b389f229b40bbdf31ca4b9739bb87c9069b157e (diff)
gnu: gsettings-desktop-schemas: Update to 42.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 42.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad7efc442f..f142649018 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2599,7 +2599,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "41.0")
+ (version "42.0")
(source
(origin
(method url-fetch)
@@ -2608,7 +2608,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1v9jagk679m01nji0acirynxinziv036618c7xc49l4nwmr9ja3p"))))
+ "1li3fcqwnw20f4j0i21i88fygm0hli8gmzkn4apgf8ynkrd371k6"))))
(build-system meson-build-system)
(arguments
`(#:phases (modify-phases %standard-phases