diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-11-09 13:08:14 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-09 13:55:02 +0800 |
commit | 0efd8be5ea4c1ce3b32091b5770b9ca8d7e0e7b0 (patch) | |
tree | f26fd56031d700a68bca4815b10c4f598db1b8dc | |
parent | b3e91e029f8194b50fa0a20efabd826af07002a6 (diff) | |
download | patches-0efd8be5ea4c1ce3b32091b5770b9ca8d7e0e7b0.tar patches-0efd8be5ea4c1ce3b32091b5770b9ca8d7e0e7b0.tar.gz |
gnu: clutter: Update to 1.24.2.
* gnu/packages/gnome.scm (clutter): Update to 1.24.2.
-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 6c2007d93b..0d8abb1c23 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2643,7 +2643,7 @@ without stepping on each others toes.") (define-public clutter (package (name "clutter") - (version "1.22.2") + (version "1.24.2") (source (origin (method url-fetch) @@ -2652,7 +2652,7 @@ without stepping on each others toes.") name "-" version ".tar.xz")) (sha256 (base32 - "1b0ikh9q3c3qnny3kbvhqih35449q8ajcbh7zkm8k3kykwfx4scf")))) + "0qyd0cw17wi8gl6y9z2j2lh2gwghxskfmsdvw4ayrgxwnj6cjccn")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;9 MiB of gtk-doc HTML pages |