diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:59:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 21:53:09 +0200 |
commit | 048813966ab6dc91dc2416dad74500f11fddea97 (patch) | |
tree | 01a767c63578d257f7190aa802d6de9f8809d481 /gnu/packages/gtk.scm | |
parent | fcbf05f9a217359ba0269037a5989a51393c2647 (diff) | |
download | patches-048813966ab6dc91dc2416dad74500f11fddea97.tar patches-048813966ab6dc91dc2416dad74500f11fddea97.tar.gz |
gnu: at-spi2-atk: Update to 2.24.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.24.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 5d78de7f7f..28b5f59060 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -554,7 +554,7 @@ is part of the GNOME accessibility project.") (define-public at-spi2-atk (package (name "at-spi2-atk") - (version "2.22.0") + (version "2.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -562,7 +562,7 @@ is part of the GNOME accessibility project.") name "-" version ".tar.xz")) (sha256 (base32 - "1h8k271ad78smm41c9bmw5dc4gki0wfy324cn2g25svkp2zfvgg8")))) + "0zcmsq7g4jg5dpmfzkyfpa0v6hx4119c4qwkdblzzf3l9yn91p30")))) (build-system gnu-build-system) (arguments '(#:phases |