guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: at-spi2-atk: Update to 2.16.0.


From: ???
Subject: 10/15: gnu: at-spi2-atk: Update to 2.16.0.
Date: Wed, 08 Apr 2015 08:04:59 +0000

iyzsong pushed a commit to branch core-updates
in repository guix.

commit d3d4bc0bc4a408ee2971392ba55253132100d11c
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 11:08:24 2015 +0800

    gnu: at-spi2-atk: Update to 2.16.0.
    
    * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7faa938..52795ed 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -378,7 +378,7 @@ is part of the GNOME accessibility project.")
 (define-public at-spi2-atk
   (package
    (name "at-spi2-atk")
-   (version "2.10.0")
+   (version "2.16.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -386,7 +386,7 @@ is part of the GNOME accessibility project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "150sqc21difazqd53llwfdaqnwfy73bic9hia41xpfy9kcpzz9yy"))))
+              "1y9gfz1iz3wpja7s000f0bmyyvc6im5fcdl6bxwbz0v3qdgc9vvq"))))
    (build-system gnu-build-system)
    (inputs `(("atk" ,atk)
              ("at-spi2-core" ,at-spi2-core)



reply via email to

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