1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

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

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.22.0.
This commit is contained in:
Mark H Weaver
2017-01-09 03:03:01 -05:00
parent 562a79de7d
commit 707ae4e6e8

View File

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