guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: at-spi2-core: Update to 2.16.0.


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

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

commit 0c75803b7caf9a2b8f4915efcab0ed826510d6af
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 10:24:07 2015 +0800

    gnu: at-spi2-core: Update to 2.16.0.
    
    * gnu/packages/gtk.scm (at-spi2-core): 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 4301b56..98e8c47 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -333,7 +333,7 @@ in the GNOME project.")
 (define-public at-spi2-core
   (package
    (name "at-spi2-core")
-   (version "2.10.0")
+   (version "2.16.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -341,7 +341,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1ns44yibdgcwzwri7sr075hfs5rh5lgxkh71247a0822az3mahcn"))))
+              "1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
    (build-system gnu-build-system)
    (inputs `(("dbus" ,dbus)
              ("glib" ,glib)



reply via email to

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