diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 16:39:54 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:04 +0100 |
commit | 934cc5691a03ef7d4707638209f9daebb0141db3 (patch) | |
tree | 7d80befa12c41e797b2f93b0fdc0b19ab9703c64 /gnu | |
parent | 0daf0efbe633d26bf51d8221573332d54c6bd55e (diff) | |
download | guix-934cc5691a03ef7d4707638209f9daebb0141db3.tar.gz guix-934cc5691a03ef7d4707638209f9daebb0141db3.zip |
gnu: gsettings-desktop-schemas: Update to 3.28.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index aa6e95456a..0f5c93dd22 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -821,7 +821,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) @@ -830,7 +830,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))) |