summaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 00:14:17 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:33:19 -0500
commit8d2952e351d497964ce58fe9c983518f7abdf2d9 (patch)
tree7cbb251e9b320b09026e1401c5ee2026025a1fca /gnu/packages/gtk.scm
parentd8c6438fe377f3d8fd7e0d0cc78dfec2f420d2be (diff)
downloadpatches-8d2952e351d497964ce58fe9c983518f7abdf2d9.tar
patches-8d2952e351d497964ce58fe9c983518f7abdf2d9.tar.gz
gnu: at-spi2-atk: Update to 2.22.0.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.22.0.
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 0ae2d38e63..99ada9c3ab 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -551,7 +551,7 @@ is part of the GNOME accessibility project.")
(define-public at-spi2-atk
(package
(name "at-spi2-atk")
- (version "2.20.1")
+ (version "2.22.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -559,7 +559,7 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "13mzfwra0izmkzn7dsdgy5zj19n8izp0wdy7w1yg9s0qx6aafn13"))))
+ "1h8k271ad78smm41c9bmw5dc4gki0wfy324cn2g25svkp2zfvgg8"))))
(build-system gnu-build-system)
(arguments
'(#:phases