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

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.18.0.
This commit is contained in:
宋文武 2015-10-17 10:50:46 +08:00
parent f4925a4fb8
commit 3e429a86a9
1 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,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.16.0") (version "3.18.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -455,7 +455,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"02dp1hl38k16m9abydfca1n236mdazqdz0p3n92s7haf9mdqsf16")))) "1szc857f46spdhrbnq9ci3kwfqg5vwpikbf0hprq6vd94rr369xs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("glib" ,glib))) `(("glib" ,glib)))