gnu: gsettings-desktop-schemas: Update to 3.24.0.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.24.0.
This commit is contained in:
Kei Kebreau 2017-05-02 11:14:51 -04:00
parent 2df65d37a9
commit 796a0c0358
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -579,7 +579,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas (define-public gsettings-desktop-schemas
(package (package
(name "gsettings-desktop-schemas") (name "gsettings-desktop-schemas")
(version "3.22.0") (version "3.24.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -588,7 +588,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qgalzqwg0fl0n22vslqcsnsmj9kc54qj25ib16rxaf36jxcf1hg")))) "145vpcljy4660cnk8zk91qf7ywa7hqfl5hhw025gy8hxcqzklmzn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("glib" ,glib))) `(("glib" ,glib)))