diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-03 04:57:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-04 02:45:40 +0200 |
commit | 5d1a3219d283e46bf39335bafcb888c003e14ed2 (patch) | |
tree | 2649cbaf84552574950100e692815e5ef9ef8213 /gnu/packages/gnome.scm | |
parent | 357d74c0254d6015efbb0e34f2873859d2ddd261 (diff) |
gnu: clutter-gtk: Update to 1.8.4.
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 b27004a544..b00076f630 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3336,7 +3336,7 @@ presentations, kiosk style applications and so on.") (define-public clutter-gtk (package (name "clutter-gtk") - (version "1.8.2") + (version "1.8.4") (source (origin (method url-fetch) @@ -3345,7 +3345,7 @@ presentations, kiosk style applications and so on.") name "-" version ".tar.xz")) (sha256 (base32 - "153bl9256yjnfcplp7jmgf7lm2zb790zkayjclzsv42l6a3d89ys")))) + "01ibniy4ich0fgpam53q252idm7f4fn5xg5qvizcfww90gn9652j")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |