[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: clutter: Update to 1.26.2.
From: |
Marius Bakke |
Subject: |
07/09: gnu: clutter: Update to 1.26.2. |
Date: |
Wed, 24 May 2017 15:46:47 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 6a88e4ee64433386dcd5ee9bf8ca00e0e1a9e87e
Author: Marius Bakke <address@hidden>
Date: Wed May 24 19:40:28 2017 +0200
gnu: clutter: Update to 1.26.2.
* gnu/packages/gnome.scm (clutter): Update to 1.26.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 bc81cf2..936d037 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2985,7 +2985,7 @@ without stepping on each others toes.")
(define-public clutter
(package
(name "clutter")
- (version "1.26.0")
+ (version "1.26.2")
(source
(origin
(method url-fetch)
@@ -2994,7 +2994,7 @@ without stepping on each others toes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "01nfjd4k7j2n3agpx2d9ncff86nfsqv4n23465rb9zmk4iw4wlb7"))))
+ "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
;; NOTE: mutter exports a bundled fork of clutter, so when making changes
;; to clutter, corresponding changes may be appropriate in mutter as well.
(build-system gnu-build-system)
- branch master updated (3c74a74 -> 0b7b8fb), Marius Bakke, 2017/05/24
- 01/09: gnu: libgnomekbd: Update to 3.22.0.1., Marius Bakke, 2017/05/24
- 02/09: gnu: gnome-autoar: Update to 0.2.2., Marius Bakke, 2017/05/24
- 04/09: gnu: libgtop: Update to 2.36.0., Marius Bakke, 2017/05/24
- 09/09: gnu: gnome-themes-standard: Update to 3.22.3., Marius Bakke, 2017/05/24
- 03/09: gnu: tracker: Update to 1.12.0., Marius Bakke, 2017/05/24
- 05/09: gnu: libgee: Update to 0.20.0., Marius Bakke, 2017/05/24
- 06/09: gnu: libchamplain: Update to 0.12.15., Marius Bakke, 2017/05/24
- 08/09: gnu: clutter-gst: Update to 3.0.24., Marius Bakke, 2017/05/24
- 07/09: gnu: clutter: Update to 1.26.2.,
Marius Bakke <=