diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-10 16:12:33 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:14:38 +0100 |
commit | 4ebc3339ba7b9a66306810cebf496bf2ce9a32eb (patch) | |
tree | dd7eacaaaf3ea53fade65055ded3aa455f7c1006 /gnu/packages | |
parent | 336cf4e779b0903b76a8824075f30082f41aa4b5 (diff) | |
download | patches-4ebc3339ba7b9a66306810cebf496bf2ce9a32eb.tar patches-4ebc3339ba7b9a66306810cebf496bf2ce9a32eb.tar.gz |
gnu: at-spi2-core: Update to 2.34.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
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 a70a2a5650..315cd18aba 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -552,7 +552,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.32.1") + (version "2.34.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -560,7 +560,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "0lqd7gsl471v6538iighkvb21gjglcb9pklvas32rjpsxcvsjaiw")))) + "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |