guix-commits
[Top][All Lists]
Advanced

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

106/117: gnu: atk: Update to 2.36.0.


From: guix-commits
Subject: 106/117: gnu: atk: Update to 2.36.0.
Date: Tue, 23 Mar 2021 19:26:06 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit a911d8c2d314f096493a42a6ecfd83ff273ce099
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:56:04 2021 +0100

    gnu: atk: Update to 2.36.0.
    
    * gnu/packages/gtk.scm (atk): Update to 2.36.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 fbaacc1..e065eab 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -97,7 +97,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.34.1")
+   (version "2.36.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -105,7 +105,7 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1jwp16r6p5z66k4b2v8zlzhyshhwlmyi27ippkrgqr8jsary7w6l"))))
+              "1217cmmykjgkkim0zr1lv5j13733m4w5vipmy4ivw0ll6rz28xpv"))))
    (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]