guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: atk: Update to 2.26.1.


From: Marius Bakke
Subject: 05/08: gnu: atk: Update to 2.26.1.
Date: Wed, 6 Dec 2017 11:33:03 -0500 (EST)

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

commit 8994128e14b3a6f2083a7b52478cbbc86937c351
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 6 16:47:11 2017 +0100

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



reply via email to

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