aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-24 19:40:28 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-24 21:35:19 +0200
commit6a88e4ee64433386dcd5ee9bf8ca00e0e1a9e87e (patch)
tree9885f890440a8081782968cb6f15ffe4ad46eb50 /gnu/packages
parent356f0cef4bf231266d51108a3740b1d2b4ecd675 (diff)
downloadguix-6a88e4ee64433386dcd5ee9bf8ca00e0e1a9e87e.tar
guix-6a88e4ee64433386dcd5ee9bf8ca00e0e1a9e87e.tar.gz
gnu: clutter: Update to 1.26.2.
* gnu/packages/gnome.scm (clutter): Update to 1.26.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bc81cf2e50..936d03745e 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)