rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 7ed2ceefc0a345d09b8d4ba1dc34d1f160eecc4d
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:07:48 2018 +0100
gnu: gsettings-desktop-schemas: Update to 3.28.1.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.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 65493cc..d4900e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -826,7 +826,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "3.28.0")
+ (version "3.28.1")
(source
(origin
(method url-fetch)
@@ -835,7 +835,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rwidacwrxlc54x90h9g3wx2zlisc4vm49vmxi15azmpj1vwvd2c"))))
+ "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)))