guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: atk: Update to 2.24.0.


From: Marius Bakke
Subject: 08/14: gnu: atk: Update to 2.24.0.
Date: Wed, 24 May 2017 16:12:46 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit df54e0b3d24a886ed3493c17bcebd748a5f035f5
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:57:54 2017 +0200

    gnu: atk: Update to 2.24.0.
    
    * gnu/packages/gtk.scm (atk): Update to 2.24.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 46a9d40..1639118 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -73,7 +73,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.22.0")
+   (version "2.24.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -81,7 +81,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1dj47ndvspa7lghw1jvjhv3v08q5f9ab5rb395mcgjbl975gajfk"))))
+              "0jbs90vacl95mwgvmqsizi1bwx5sw0rz70r9knksfwwch2dalbdv"))))
    (build-system gnu-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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