guix-commits
[Top][All Lists]
Advanced

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

21/24: gnu: atk: Update to 2.34.1.


From: guix-commits
Subject: 21/24: gnu: atk: Update to 2.34.1.
Date: Tue, 10 Dec 2019 19:16:04 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 336cf4e779b0903b76a8824075f30082f41aa4b5
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 10 16:12:12 2019 +0100

    gnu: atk: Update to 2.34.1.
    
    * gnu/packages/gtk.scm (atk): Update to 2.34.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 3ef61c9..a70a2a5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -89,7 +89,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.32.0")
+   (version "2.34.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -97,7 +97,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1k4i817bd2w5b9z394f2yyx95591l2746wa40am0vvz4gzdgwhfb"))))
+              "1jwp16r6p5z66k4b2v8zlzhyshhwlmyi27ippkrgqr8jsary7w6l"))))
    (build-system meson-build-system)
    (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
    (native-inputs



reply via email to

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