gnu: gtk+-2: Update to 2.24.27.

* gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27.
This commit is contained in:
宋文武 2015-04-08 14:45:35 +08:00
parent de4b3828ca
commit 674fca0e41
1 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ is part of the GNOME accessibility project.")
(define-public gtk+-2 (define-public gtk+-2
(package (package
(name "gtk+") (name "gtk+")
(version "2.24.21") (version "2.24.27")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -399,7 +399,7 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qyw73pr9ryqhir2h1kbx3vm70km4dg2fxrgkrdlpv0rvlb94bih")))) "1x14rnjvqslpa1q19fp1qalz5sxds72amsgjk8m7769rwk511jr0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("atk" ,atk) `(("atk" ,atk)