diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-06 16:50:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-06 16:50:00 +0100 |
commit | 730f0a0fc7e3b696eb13808cd1ecb8071b68293c (patch) | |
tree | e162b94cfe3f8187bcbb10aa95e00c113bd13404 /gnu/packages/gtk.scm | |
parent | 8994128e14b3a6f2083a7b52478cbbc86937c351 (diff) | |
download | patches-730f0a0fc7e3b696eb13808cd1ecb8071b68293c.tar patches-730f0a0fc7e3b696eb13808cd1ecb8071b68293c.tar.gz |
gnu: at-spi2-core: Update to 2.26.2.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.26.2.
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 b42cce7fd8..8b76442b82 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -509,7 +509,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.24.1") + (version "2.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -517,7 +517,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "0nwvjmd30rgq6d1zznavx0bdfa1xwv3jl8wnkbkwzaipp5jd140y")))) + "0596ghkamkxgv08r4a1pdhm06qd5zzgcfqsv64038w9xbvghq3n8")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |