diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-19 16:23:25 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:09 -0500 |
commit | c900dabd7785c3f122ab71fadc99917780634fa9 (patch) | |
tree | fa55fc1d8ee2882ec0f5be7c10af14aeb4d7b53a /gnu/packages | |
parent | 723afae6ae79f6764e35d3ffdea4ec8d22a0c6d6 (diff) | |
download | guix-c900dabd7785c3f122ab71fadc99917780634fa9.tar.gz |
gnu: gsettings-desktop-schemas: Update to 3.32.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.32.0. [build-system]: Use meson-build-system.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9fcc190988..e3e2839d34 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -854,7 +854,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "3.28.1") + (version "3.32.0") (source (origin (method url-fetch) @@ -863,8 +863,8 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq")))) - (build-system gnu-build-system) + "0d8a6479vappgplq5crdr3ah0ykqcr3fw533wkx9v1a8lnrv8n9d")))) + (build-system meson-build-system) (arguments '(#:phases (modify-phases %standard-phases (add-after 'unpack 'set-adwaita-theme-file-name |