rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit c2cf2bdfb0a62a3182ee78eb2dec33859d9b4f27
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 16:39:54 2018 +0200
gnu: gsettings-desktop-schemas: Update to 3.28.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.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 d5cb1b2..b316e97 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -811,7 +811,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "3.24.1")
+ (version "3.28.0")
(source
(origin
(method url-fetch)
@@ -820,7 +820,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19zfqy58missq5cck13ip8j824hb9whqg2c4cr6hgrlxkwqgm8vn"))))
+ "0rwidacwrxlc54x90h9g3wx2zlisc4vm49vmxi15azmpj1vwvd2c"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)))