diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 08:53:42 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:40 +0800 |
commit | f507609eaca6e072600a4b0f3cc1365242f8d386 (patch) | |
tree | aba9e07d354f82b2cd90430deddfe10b2ff6b593 /gnu/packages/gtk.scm | |
parent | b67e35e21b7ef3a1aee04828c8f44745cb2d7a3d (diff) | |
download | patches-f507609eaca6e072600a4b0f3cc1365242f8d386.tar patches-f507609eaca6e072600a4b0f3cc1365242f8d386.tar.gz |
gnu: at-spi2-atk: Update to 2.20.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.20.1.
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 2520007c79..68bba268f6 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -513,7 +513,7 @@ is part of the GNOME accessibility project.") (define-public at-spi2-atk (package (name "at-spi2-atk") - (version "2.20.0") + (version "2.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -521,7 +521,7 @@ is part of the GNOME accessibility project.") name "-" version ".tar.xz")) (sha256 (base32 - "1lis9zj4r3d5ff3chs0r93gjkbp0wgflfx35gbax47cgdqmi8jx2")))) + "13mzfwra0izmkzn7dsdgy5zj19n8izp0wdy7w1yg9s0qx6aafn13")))) (build-system gnu-build-system) (arguments '(#:phases |