gnu: atkmm: Update to 2.24.1.

* gnu/packages/gtk.scm (atkmm): Update to 2.24.1.
This commit is contained in:
宋文武 2015-10-15 23:39:42 +08:00
parent 256da71fb1
commit b172ea003f
1 changed files with 2 additions and 2 deletions

View File

@ -786,7 +786,7 @@ library.")
(define-public atkmm (define-public atkmm
(package (package
(name "atkmm") (name "atkmm")
(version "2.22.7") (version "2.24.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -794,7 +794,7 @@ library.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06zrf2ymml2dzp53sss0d4ch4dk9v09jm8rglnrmwk4v81mq9gxz")))) "08zd6s5c1q90wm8310mdrb5f2lj8v63wxihrybwyw13xlf6ivi16"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs