diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:34:42 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:42:15 +0800 |
commit | 9fbfb4ecb041ff9e1e633be90d45e76360b7fd44 (patch) | |
tree | 806a4011e13b8ca6056f0b2ccf872cbc768e3eab /gnu/packages/gtk.scm | |
parent | f14c0a49a76ccf810f59cd8938e6a8a3d98f0355 (diff) | |
download | guix-9fbfb4ecb041ff9e1e633be90d45e76360b7fd44.tar guix-9fbfb4ecb041ff9e1e633be90d45e76360b7fd44.tar.gz |
gnu: at-spi2-atk: Update to 2.18.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.18.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 10b71cc999..e5f2c65ed9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -424,7 +424,7 @@ is part of the GNOME accessibility project.") (define-public at-spi2-atk (package (name "at-spi2-atk") - (version "2.16.0") + (version "2.18.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -432,7 +432,7 @@ is part of the GNOME accessibility project.") name "-" version ".tar.xz")) (sha256 (base32 - "1y9gfz1iz3wpja7s000f0bmyyvc6im5fcdl6bxwbz0v3qdgc9vvq")))) + "0bf1g5cj84rmx7p1q547vwbc0hlpcs2wrxnmv96lckfkhs9mzcf4")))) (build-system gnu-build-system) (arguments '(#:phases |