guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: atk: Update to 2.28.1.


From: Marius Bakke
Subject: 06/08: gnu: atk: Update to 2.28.1.
Date: Sun, 15 Apr 2018 08:50:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f6a6a050eae08df1fc39c2ecc9733aacf054356f
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 14:27:44 2018 +0200

    gnu: atk: Update to 2.28.1.
    
    * gnu/packages/gtk.scm (atk): Update to 2.28.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 9a25d84..001c149 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,7 +77,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.26.1")
+   (version "2.28.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -85,7 +85,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1jwpx8az0iifw176dc2hl4mmg6gvxzxdkd1qvg4ds7c5hdmzy07g"))))
+              "1z7laf6qwv5zsqcnj222dm5f43c6f3liil0cgx4s4s62xjk1wfnd"))))
    (build-system gnu-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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