guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: atk: Update to 2.16.0.


From: ???
Subject: 08/15: gnu: atk: Update to 2.16.0.
Date: Wed, 08 Apr 2015 08:04:57 +0000

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

commit 20342b7e7ede8a4c09144296895219547addba63
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 11:03:07 2015 +0800

    gnu: atk: Update to 2.16.0.
    
    * gnu/packages/gtk.scm (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 338bf64..49a3432 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -52,7 +52,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 "/"
@@ -60,7 +60,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "177a9x6lz2im0mfgxv2crv0l740wy7rg5vlnb8wyyf4fmnh0q19f")))) ; 
2.15.3
+              "0qp5i91kfk6rhrlam3s8ha0cz88lkyp89vsyn4pb5856c1h9hpq9"))))
    (build-system gnu-build-system)
    (inputs `(("glib" ,glib)))
    (native-inputs



reply via email to

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