diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:40:49 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 21:35:19 +0200 |
commit | 8773600542b6bb86e194010a7daf4c540858e5fb (patch) | |
tree | 6955b4f511e92f5b2cea1a4cf9186ea09a562a68 /gnu | |
parent | 6a88e4ee64433386dcd5ee9bf8ca00e0e1a9e87e (diff) | |
download | patches-8773600542b6bb86e194010a7daf4c540858e5fb.tar patches-8773600542b6bb86e194010a7daf4c540858e5fb.tar.gz |
gnu: clutter-gst: Update to 3.0.24.
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.24.
Diffstat (limited to 'gnu')
-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 936d03745e..973b08b215 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3069,7 +3069,7 @@ presentations, kiosk style applications and so on.") (define-public clutter-gst (package (name "clutter-gst") - (version "3.0.22") + (version "3.0.24") (source (origin (method url-fetch) @@ -3078,7 +3078,7 @@ presentations, kiosk style applications and so on.") name "-" version ".tar.xz")) (sha256 (base32 - "1m6zwc7xr7lmbwiqav961g7jhc7gp5gb73dm6j93szpa6bxmgz7i")))) + "0v6cg0syh4vx7y7ni47jsvr2r57q0j3h1f1gjlp0ciscixywiwg9")))) (build-system gnu-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums |