guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: atk: Update to 2.18.0.


From: ???
Subject: 08/17: gnu: atk: Update to 2.18.0.
Date: Thu, 15 Oct 2015 15:42:34 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit 492b0e383b4c5b33fe7a7ff7a6fb41cb989f7752
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 22:09:37 2015 +0800

    gnu: atk: Update to 2.18.0.
    
    * gnu/packages/gtk.scm (atk): Update to 2.18.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 a01e6d0..fb2541a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -60,7 +60,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.16.0")
+   (version "2.18.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -68,7 +68,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
+              "0ay9s137x49f0akx658p7kznz0rdapfrd8ym54q0hlgrggblhv6f"))))
    (build-system gnu-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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