guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/107: gnu: at-spi2-atk: Update to 2.34.2.


From: guix-commits
Subject: 10/107: gnu: at-spi2-atk: Update to 2.34.2.
Date: Tue, 12 May 2020 10:53:07 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 158d1275a9f0246c76cb2004b13c21a51fa277aa
Author: Kei Kebreau <address@hidden>
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 b0c0c0c..c81b6f6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]