From 62b7015be198ce14d602b3d0e84a4917e8336dd7 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sat, 23 May 2015 10:46:43 +0800 Subject: gnu: gtk+-2: Update to 2.24.28. * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.28. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 590048e06c..f2fe949544 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -430,7 +430,7 @@ (define-public at-spi2-atk (define-public gtk+-2 (package (name "gtk+") - (version "2.24.27") + (version "2.24.28") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -438,7 +438,7 @@ (define-public gtk+-2 name "-" version ".tar.xz")) (sha256 (base32 - "1x14rnjvqslpa1q19fp1qalz5sxds72amsgjk8m7769rwk511jr0")))) + "0mj6xn40py9r9lvzg633fal81xfwfm89d9mvz7jk4lmwk0g49imj")))) (build-system gnu-build-system) (outputs '("out" "doc")) (propagated-inputs -- cgit v1.2.3