diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:34:14 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-15 23:42:15 +0800 |
commit | f14c0a49a76ccf810f59cd8938e6a8a3d98f0355 (patch) | |
tree | a98a098dd9f7c592eac7973d045b04197a08e1fc /gnu/packages | |
parent | e94578782915417ee5f4dd3b14a5a6f9e4f7c92e (diff) |
gnu: at-spi2-core: Update to 2.18.1.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.18.1.
Diffstat (limited to 'gnu/packages')
-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 d513286b1e..10b71cc999 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -381,7 +381,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.16.0") + (version "2.18.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -389,7 +389,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw")))) + "1kq17w4fm51d49vzmglkxqdm6s0yvjvrpgw78r2hajf69jz5bmap")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |