diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 00:12:54 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:17 -0500 |
commit | d8c6438fe377f3d8fd7e0d0cc78dfec2f420d2be (patch) | |
tree | 26f974ecbc8e8b2659dd014b7709b26d7952a3e0 /gnu/packages/gtk.scm | |
parent | 3084d8f4c3b8c1696cc0d13565f614b24eed1598 (diff) | |
download | patches-d8c6438fe377f3d8fd7e0d0cc78dfec2f420d2be.tar patches-d8c6438fe377f3d8fd7e0d0cc78dfec2f420d2be.tar.gz |
gnu: at-spi2-core: Update to 2.22.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.22.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 e5a4a2e3d1..0ae2d38e63 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -506,7 +506,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.20.2") + (version "2.22.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -514,7 +514,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "0hx12snd9as4cq99ka3bn056xdf13f87pd1ilp6177qk8ffxx948")))) + "02n8ybhg8344mpjwvkhnzvr0qbvvl6ryi2q9irwhi0ri46ps6pj1")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |