mbakke pushed a commit to branch staging
in repository guix.
commit 4ebc3339ba7b9a66306810cebf496bf2ce9a32eb
Author: Marius Bakke <[email protected]>
Date: Tue Dec 10 16:12:33 2019 +0100
gnu: at-spi2-core: Update to 2.34.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a70a2a5..315cd18 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