unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 05/11] gnu: atk: Update to 2.16.0.
Date: Wed,  8 Apr 2015 11:34:28 +0800	[thread overview]
Message-ID: <1428464074-9794-5-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1428464074-9794-1-git-send-email-iyzsong@gmail.com>

* gnu/packages/gtk.scm (atk): 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 68cfdf3..268723c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -51,7 +51,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.15.3")
+   (version "2.16.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -59,7 +59,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "177a9x6lz2im0mfgxv2crv0l740wy7rg5vlnb8wyyf4fmnh0q19f")))) ; 2.15.3
+              "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
    (build-system gnu-build-system)
    (inputs `(("glib" ,glib)))
    (native-inputs
-- 
2.2.1

  parent reply	other threads:[~2015-04-08  3:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` 宋文武 [this message]
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 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428464074-9794-5-git-send-email-iyzsong@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).