mhw pushed a commit to branch gnome-updates
in repository guix.
commit a6e448358d77fe4e4a23cafd89a5feb77d453fc5
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:48:34 2017 -0500
gnu: clutter-gtk: Update to 1.8.2.
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.2.
---
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 011f882..4f91a2f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2909,7 +2909,7 @@ presentations, kiosk style applications and so on.")
(define-public clutter-gtk
(package
(name "clutter-gtk")
- (version "1.8.0")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
@@ -2918,7 +2918,7 @@ presentations, kiosk style applications and so on.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07dzvx0b3fsswxnpxgk0adjgccnrvbxsd971naqwndnfivbgjbkl"))))
+ "153bl9256yjnfcplp7jmgf7lm2zb790zkayjclzsv42l6a3d89ys"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)