summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-10 16:12:52 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-11 01:14:38 +0100
commit3d19c77d74d0d5b68e1265939c046f69915b699f (patch)
tree3baa37483de8644f7de7eea8ee56315fb878ec38 /gnu/packages/gtk.scm
parent4ebc3339ba7b9a66306810cebf496bf2ce9a32eb (diff)
downloadguix-patches-3d19c77d74d0d5b68e1265939c046f69915b699f.tar
guix-patches-3d19c77d74d0d5b68e1265939c046f69915b699f.tar.gz
gnu: at-spi2-atk: Update to 2.34.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 315cd18aba..db88c84413 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -621,7 +621,7 @@ is part of the GNOME accessibility project.")
(define-public at-spi2-atk
(package
(name "at-spi2-atk")
- (version "2.32.0")
+ (version "2.34.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -629,7 +629,7 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0p54wx6f6q7s8w0b1j0sgw87pikllp79q5g3lfiwqazs779ycl8b"))))
+ "05ncp7s5nddjinffs26mcvpbd63vk1m3cv5y530p3plgfhqgjvbp"))))
(build-system meson-build-system)
(arguments
'(#:phases