diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-18 20:53:25 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-19 20:30:32 -0400 |
commit | 8785f02591128017aaec4854f8b266516e7b1ed1 (patch) | |
tree | 7a3fc8be08c3e57df81b123c8a7279c62d17dc49 /gnu/packages/gtk.scm | |
parent | 36de968554a8b8a997c2c5de190566a54d611af1 (diff) | |
download | patches-8785f02591128017aaec4854f8b266516e7b1ed1.tar patches-8785f02591128017aaec4854f8b266516e7b1ed1.tar.gz |
gnu: at-spi2-core: Update to 2.24.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.24.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 f8526053ea..9e3e995d21 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -508,7 +508,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.22.0") + (version "2.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -516,7 +516,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "02n8ybhg8344mpjwvkhnzvr0qbvvl6ryi2q9irwhi0ri46ps6pj1")))) + "1kdgc5gkw3fsgxvwwsg7djvqijpc3xmpp9bp6k6v60yrzcag6yb1")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |