summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-05-23 10:46:43 +0800
committer宋文武 <iyzsong@gmail.com>2015-05-23 10:46:43 +0800
commit62b7015be198ce14d602b3d0e84a4917e8336dd7 (patch)
tree52367965b8607df9b695315cb8348cb6b05a3bd8 /gnu
parenta30a0455e9717175b1ce09f58b7e6ae5798fd645 (diff)
downloadgnu-guix-62b7015be198ce14d602b3d0e84a4917e8336dd7.tar
gnu-guix-62b7015be198ce14d602b3d0e84a4917e8336dd7.tar.gz
gnu: gtk+-2: Update to 2.24.28.
* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.28.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gtk.scm4
1 files 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 @@ is part of the GNOME accessibility project.")
(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 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1x14rnjvqslpa1q19fp1qalz5sxds72amsgjk8m7769rwk511jr0"))))
+ "0mj6xn40py9r9lvzg633fal81xfwfm89d9mvz7jk4lmwk0g49imj"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(propagated-inputs