guix-commits
[Top][All Lists]
Advanced

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

07/108: gnu: atk: Update to 2.36.0.


From: guix-commits
Subject: 07/108: gnu: atk: Update to 2.36.0.
Date: Sat, 25 Apr 2020 15:22:38 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit b96765185860a05f5ad9fa2edf3202ce26e49e2f
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 15:20:32 2020 -0400

    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 0fb0d0f..878f4ac 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -92,7 +92,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 "/"
@@ -100,7 +100,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]