diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-05 22:48:32 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-05 22:55:51 +0800 |
commit | 67bdcfbcc53b19b71e4c1f6488f8192201d9f78f (patch) | |
tree | 7e536b68c47276d201fe7415ac9a3d50cdbcd400 /gnu | |
parent | 6b2c6be0c3854e98e2cd9e81a3fea44f294ff086 (diff) | |
download | guix-67bdcfbcc53b19b71e4c1f6488f8192201d9f78f.tar guix-67bdcfbcc53b19b71e4c1f6488f8192201d9f78f.tar.gz |
gnu: gsettings-desktop-schemas: Update to 3.16.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
Diffstat (limited to 'gnu')
-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 445b4a177e..874e20332c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -255,7 +255,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "3.10.0") + (version "3.16.0") (source (origin (method url-fetch) @@ -264,7 +264,7 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "1km8qxwrzvravmg8j680qv64bwnwbdgrmy8bqmhs0dgxn2b1as6a")))) + "02dp1hl38k16m9abydfca1n236mdazqdz0p3n92s7haf9mdqsf16")))) (build-system gnu-build-system) (inputs `(("glib" ,glib))) |