diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-05 17:00:59 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:02 +0200 |
commit | 11577957e0ef21694e256fc94ab720e3e58016e6 (patch) | |
tree | ae745d38394c9e0296c2136e66da1b2d8bf4d3cc /gnu/packages/gtk.scm | |
parent | ba60784f998d36bd91d94ac57584502dbca11d19 (diff) | |
download | guix-11577957e0ef21694e256fc94ab720e3e58016e6.tar.gz |
gnu: at-spi2-atk: Update to 2.20.0.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.20.0.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 9d56b30fda..028f4c9cce 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -510,7 +510,7 @@ is part of the GNOME accessibility project.") (define-public at-spi2-atk (package (name "at-spi2-atk") - (version "2.18.1") + (version "2.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -518,7 +518,7 @@ is part of the GNOME accessibility project.") name "-" version ".tar.xz")) (sha256 (base32 - "0bf1g5cj84rmx7p1q547vwbc0hlpcs2wrxnmv96lckfkhs9mzcf4")))) + "1lis9zj4r3d5ff3chs0r93gjkbp0wgflfx35gbax47cgdqmi8jx2")))) (build-system gnu-build-system) (arguments '(#:phases |