diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-14 23:09:16 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 16:49:53 -0400 |
commit | 8468117e457efb202c9964eedec2c3cdd149bba9 (patch) | |
tree | c163fd23286045f0ada32480f23afdeb4d876e78 /gnu/packages/gnome.scm | |
parent | 0856b0d976537b4ddc95995abc23ac55ef4c4db8 (diff) | |
download | patches-8468117e457efb202c9964eedec2c3cdd149bba9.tar patches-8468117e457efb202c9964eedec2c3cdd149bba9.tar.gz |
gnu: gsettings-desktop-schemas: Update to 3.34.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.34.0.
(cherry picked from commit fdfaefaaf4ee56a34276cbf6d431bf388518dd6a)
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 399e994a19..4aa96cd160 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1631,7 +1631,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "3.32.0") + (version "3.34.0") (source (origin (method url-fetch) @@ -1640,7 +1640,7 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "0d8a6479vappgplq5crdr3ah0ykqcr3fw533wkx9v1a8lnrv8n9d")))) + "1bayr76aylawf2fhyjhv9zgk4kpv7ivrrmd80khb0h3h1wk092r8")))) (build-system meson-build-system) (arguments '(#:phases (modify-phases %standard-phases |