From 357d74c0254d6015efbb0e34f2873859d2ddd261 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 3 Jul 2018 02:44:48 +0200 Subject: gnu: totem: Update to 3.26.1. I did not re-enable #:parallel-build? because I was unable to reproduce the original failure in the first place. * gnu/packages/gnome.scm (totem): Update to 3.26.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b9c1417186..b27004a544 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3639,7 +3639,7 @@ for application developers.") (define-public totem (package (name "totem") - (version "3.26.0") + (version "3.26.1") (source (origin (method url-fetch) @@ -3648,7 +3648,7 @@ for application developers.") name "-" version ".tar.xz")) (sha256 (base32 - "04zfx47mgyd0f4p3pjrxl6iaw0awgwbvilbsr1smw14ph2kbjbz3")) + "10n302fdp3lhkzbij5sbzmsnln738029xil6cnng2d4dxv4n1099")) (patches (search-patches "totem-meson-easy-codec.patch")))) (build-system meson-build-system) (native-inputs -- cgit v1.2.3 From 5d1a3219d283e46bf39335bafcb888c003e14ed2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 3 Jul 2018 04:57:54 +0200 Subject: gnu: clutter-gtk: Update to 1.8.4. * gnu/packages/gnome.scm (clutter-gtk): Update to 1.8.4. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') 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) -- cgit v1.2.3