From f0b0a5de871a074b5879224dc1faee64cd834c43 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 12 Dec 2015 23:22:03 +0200 Subject: [PATCH] gnu: clutter-gtk: Update to 1.6.6. * gnu/packages/gnome.scm (clutter-gtk): Update to 1.6.6. --- gnu/packages/gnome.scm | 4 ++-- 1 file 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) -- 2.20.1