~ruther/guix-local

3e429a86a999897ed2bbc07a5c6fc295fe06e8c8 — 宋文武 10 years ago f4925a4
gnu: gsettings-desktop-schemas: Update to 3.18.0.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.18.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 446,7 446,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
  (package
    (name "gsettings-desktop-schemas")
    (version "3.16.0")
    (version "3.18.0")
    (source
     (origin
      (method url-fetch)


@@ 455,7 455,7 @@ on the GNOME Desktop with a single simple application.")
                          name "-" version ".tar.xz"))
      (sha256
       (base32
        "02dp1hl38k16m9abydfca1n236mdazqdz0p3n92s7haf9mdqsf16"))))
        "1szc857f46spdhrbnq9ci3kwfqg5vwpikbf0hprq6vd94rr369xs"))))
    (build-system gnu-build-system)
    (inputs
     `(("glib" ,glib)))