kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 613616d73459626dbe2d10bf2a2b767c6083f8a6
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 23:57:43 2020 -0400
gnu: at-spi2-atk: Update to 2.34.2.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.2.
[home-page]: Follow redirect.
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bbea0a3..b84f9b6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -656,7 +656,7 @@ is part of the GNOME accessibility project.")
(define-public at-spi2-atk
(package
(name "at-spi2-atk")
- (version "2.34.1")
+ (version "2.34.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -664,7 +664,7 @@ is part of the GNOME accessibility project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05ncp7s5nddjinffs26mcvpbd63vk1m3cv5y530p3plgfhqgjvbp"))))
+ "1w7l4xg00qx3dwhn0zaa64daiv5f073hdvjdxh0mrw7fw37264wh"))))
(build-system meson-build-system)
(arguments
'(#:phases
@@ -688,7 +688,7 @@ is part of the GNOME accessibility project.")
"The Assistive Technology Service Provider Interface
is part of the GNOME accessibility project.")
(license license:lgpl2.0+)
- (home-page "https://projects.gnome.org/accessibility/")))
+ (home-page "https://wiki.gnome.org/Accessibility")))
(define-public gtk+-2
(package