gnu: atk: Update to 2.34.1.

* gnu/packages/gtk.scm (atk): Update to 2.34.1.
This commit is contained in:
Marius Bakke 2019-12-10 16:12:12 +01:00
parent b5414ff4db
commit 336cf4e779
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -89,7 +89,7 @@ (define-module (gnu packages gtk)
(define-public atk (define-public atk
(package (package
(name "atk") (name "atk")
(version "2.32.0") (version "2.34.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 "/"
@ -97,7 +97,7 @@ (define-public atk
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1k4i817bd2w5b9z394f2yyx95591l2746wa40am0vvz4gzdgwhfb")))) "1jwp16r6p5z66k4b2v8zlzhyshhwlmyi27ippkrgqr8jsary7w6l"))))
(build-system meson-build-system) (build-system meson-build-system)
(propagated-inputs `(("glib" ,glib))) ; required by atk.pc (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
(native-inputs (native-inputs