lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 40784c57dec56635ffc9e463bfbfef35fbccadb3
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:56:50 2021 +0100
gnu: at-spi2-core: Update to 2.40.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.40.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 863cd55..686dc1e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -656,7 +656,7 @@ in the GNOME project.")
(define-public at-spi2-core
(package
(name "at-spi2-core")
- (version "2.34.0")
+ (version "2.40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -664,7 +664,7 @@ in the GNOME project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn"))))
+ "0a9l6cfxynjn6jcp29d72i75xbkrzs1l5kmqcwmfal801b9sg5j1"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments