summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-12-12 23:22:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2015-12-12 23:22:03 +0200
commitf0b0a5de871a074b5879224dc1faee64cd834c43 (patch)
treeea12bd307452cf07f7147bba03900be342b8ce7e /gnu/packages/gnome.scm
parent5021f9d34042e4929e27ffc126198ed43f32fcb7 (diff)
gnu: clutter-gtk: Update to 1.6.6.
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.6.6.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c17dd19802..13f45722b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2740,7 +2740,7 @@ presentations, kiosk style applications and so on.")
(define-public clutter-gtk
(package
(name "clutter-gtk")
- (version "1.6.0")
+ (version "1.6.6")
(source
(origin
(method url-fetch)
@@ -2749,7 +2749,7 @@ presentations, kiosk style applications and so on.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0k93hbf5d1970hs7vjddr3nnngygc7mxqbj474r3cdm0fjsm0dc8"))))
+ "0a2a8ci6in82l43zak3zj3cyms23i5rq6lzk1bz013gm023ach4l"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)