diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-06 16:50:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-06 16:50:22 +0100 |
commit | 1ccd060f2f86aeb179177b8203c1fb480669657e (patch) | |
tree | f53d4e5015c9ce457d0d6c4db2649d480e351b6a | |
parent | 730f0a0fc7e3b696eb13808cd1ecb8071b68293c (diff) | |
download | guix-1ccd060f2f86aeb179177b8203c1fb480669657e.tar.gz |
gnu: at-spi2-atk: Update to 2.26.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.26.1.
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8b76442b82..b274601c4f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -554,7 +554,7 @@ is part of the GNOME accessibility project.") (define-public at-spi2-atk (package (name "at-spi2-atk") - (version "2.24.1") + (version "2.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -562,7 +562,7 @@ is part of the GNOME accessibility project.") name "-" version ".tar.xz")) (sha256 (base32 - "0zcmsq7g4jg5dpmfzkyfpa0v6hx4119c4qwkdblzzf3l9yn91p30")))) + "0x9vc99ni46fg5dzlx67vbw0zqffr24gz8jvbdxbmzyvc5xw5w5l")))) (build-system gnu-build-system) (arguments '(#:phases |