kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit a4bc0f3e95c001fe0cd126cead740deb145ab82f
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 23:56:11 2020 -0400
gnu: at-spi2-core: Update to 2.36.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.36.0.
[home-page]: Follow redirect.
---
gnu/packages/gtk.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6b068e3..bbea0a3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -585,7 +585,7 @@ in the GNOME project.")
(define-public at-spi2-core
(package
(name "at-spi2-core")
- (version "2.34.0")
+ (version "2.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -593,7 +593,7 @@ in the GNOME project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn"))))
+ "0nn0lnf07ayysq8c8irmvc91c2dszn04m5qs6jy60g3y1bg5gnl8"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -606,7 +606,9 @@ in the GNOME project.")
;; Ensure that the cross-references point to the "doc" output.
(substitute* "doc/libatspi/meson.build"
(("docpath =.*")
- (string-append "docpath = '" (assoc-ref outputs "doc")
"/share/gtk-doc/html'\n")))
+ (string-append "docpath = '"
+ (assoc-ref outputs "doc")
+ "/share/gtk-doc/html'\n")))
#t))
(add-before 'install 'prepare-doc-directory
(lambda* (#:key outputs #:allow-other-keys)
@@ -649,7 +651,7 @@ in the GNOME project.")
"The Assistive Technology Service Provider Interface, core components,
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 at-spi2-atk
(package