kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit dac7ed214f8a10674def2cacc094dc696b08a5cb
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 12:17:06 2020 -0400
gnu: gsettings-desktop-schemas: Update to 3.36.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.36.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 34107d9..c0dcd26 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1668,7 +1668,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "3.34.0")
+ (version "3.36.0")
(source
(origin
(method url-fetch)
@@ -1677,7 +1677,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bayr76aylawf2fhyjhv9zgk4kpv7ivrrmd80khb0h3h1wk092r8"))))
+ "19hfjqzddkmvxg80v23xpbd1my2pzjalx3d56d2k4dk5521vcjkn"))))
(build-system meson-build-system)
(arguments
'(#:phases (modify-phases %standard-phases