gnu: atk: Update to 2.16.0.

* gnu/packages/gtk.scm (atk): Update to 2.16.0.
master
宋文武 2015-04-08 11:03:07 +08:00
parent 50cc7f41b9
commit 20342b7e7e
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(define-public atk (define-public atk
(package (package
(name "atk") (name "atk")
(version "2.15.3") (version "2.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -60,7 +60,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"177a9x6lz2im0mfgxv2crv0l740wy7rg5vlnb8wyyf4fmnh0q19f")))) ; 2.15.3 "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("glib" ,glib))) (inputs `(("glib" ,glib)))
(native-inputs (native-inputs