all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 01/11] gnu: at-spi2-core: Update to 2.16.0.
@ 2015-04-08  3:34 宋文武
  2015-04-08  3:34 ` [PATCH 02/11] gnu: at-spi2-core: Enable tests 宋文武
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: 宋文武 @ 2015-04-08  3:34 UTC (permalink / raw)
  To: guix-devel

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b3688d5..113037f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -332,7 +332,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 "/"
@@ -340,7 +340,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1ns44yibdgcwzwri7sr075hfs5rh5lgxkh71247a0822az3mahcn"))))
+              "1l3l39mw23zyjlcqidvkyqlr4gwbhplzw2hcv3qvn6p8ikxpf2qw"))))
    (build-system gnu-build-system)
    (inputs `(("dbus" ,dbus)
              ("glib" ,glib)
-- 
2.2.1

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-04-08  3:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08  3:34 [PATCH 01/11] gnu: at-spi2-core: Update to 2.16.0 宋文武
2015-04-08  3:34 ` [PATCH 02/11] gnu: at-spi2-core: Enable tests 宋文武
2015-04-08  3:34 ` [PATCH 03/11] gnu: at-spi2-core: Propagate inputs dbus and glib 宋文武
2015-04-08  3:34 ` [PATCH 04/11] gnu: at-spi2-core: Enable GObject introspection 宋文武
2015-04-08  3:34 ` [PATCH 05/11] gnu: atk: Update to 2.16.0 宋文武
2015-04-08  3:34 ` [PATCH 06/11] gnu: atk: Move html documentation to 'doc' output 宋文武
2015-04-08  3:34 ` [PATCH 07/11] gnu: at-spi2-atk: Update to 2.16.0 宋文武
2015-04-08  3:34 ` [PATCH 08/11] gnu: atk: Propagate input glib 宋文武
2015-04-08  3:34 ` [PATCH 09/11] gnu: at-spi2-atk: Enable tests 宋文武
2015-04-08  3:34 ` [PATCH 10/11] gnu: at-spi2-atk: Propagate input at-spi2-core 宋文武
2015-04-08  3:34 ` [PATCH 11/11] gnu: at-spi2-core: Move html documentation to 'doc' output 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.