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

commit 81b87e0f20e12b766e4f7112e526e4a0b0a514e7
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:59:02 2021 +0100

    gnu: atkmm: Update to 2.36.0.
    
    * gnu/packages/gtk.scm (atkmm): 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 19b7e39..036e9a1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1370,7 +1370,7 @@ library.")
 (define-public atkmm
   (package
     (name "atkmm")
-    (version "2.28.0")
+    (version "2.36.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1378,7 +1378,7 @@ library.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0fnxrspxkhhbrjphqrpvl3zjm66n50s4cywrrrwkhbflgy8zqk2c"))))
+               "0wwr0663jrqx2klsasffd9wpk3kqnwisj1y3ahdkjdk5hzrsjgy9"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (propagated-inputs

Reply via email to