aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-19 21:21:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-21 07:04:06 +0200
commit4fb0871e77912808526d7c4098b18566593b2e05 (patch)
tree7c5e2b07e3650a3a070f22111d59e00ff58d7ad8 /gnu/packages/gtk.scm
parent8327ffcc7f3be866e1890ab3abd54ca5ea8421f9 (diff)
downloadguix-4fb0871e77912808526d7c4098b18566593b2e05.tar
guix-4fb0871e77912808526d7c4098b18566593b2e05.tar.gz
gnu: at-spi2-atk: Update to 2.26.2.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.26.2.
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 429b0579c8..52824d2dec 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -570,7 +570,7 @@ is part of the GNOME accessibility project.")
(define-public at-spi2-atk
(package
(name "at-spi2-atk")
- (version "2.26.1")
+ (version "2.26.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -578,7 +578,7 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0x9vc99ni46fg5dzlx67vbw0zqffr24gz8jvbdxbmzyvc5xw5w5l"))))
+ "0vkan52ab9vrkknnv8y4f1cspk8x7xd10qx92xk9ys71p851z2b1"))))
(build-system gnu-build-system)
(arguments
'(#:phases