lilyp pushed a commit to branch gnome-team
in repository guix.

commit a8cd8aa2ffeb2758ddd3a68fe1e0c12484a9da7a
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Aug 17 10:47:30 2024 +0200

    gnu: at-spi2-core: Update to 2.52.0.
    
    * gnu/packages/gtk.scm (at-spi2-core): Update to 2.52.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 051323512f..c3c97dc90c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -821,7 +821,7 @@ ever use this library.")
   (hidden-package
    (package
      (name "at-spi2-core")
-     (version "2.48.4")
+     (version "2.52.0")
      (source (origin
                (method url-fetch)
                (uri (string-append "mirror://gnome/sources/" name "/"
@@ -829,7 +829,7 @@ ever use this library.")
                                    name "-" version ".tar.xz"))
                (sha256
                 (base32
-                 "05d5azffbglnvqzwk8ngg61jksm3brrwhmfpymsrccz8j8lv3v19"))))
+                 "1azmbzik0gl2s03c9lq3dff3h1iql1zvlwn28yhizl68421zrhqa"))))
      (build-system meson-build-system)
      (arguments
       (list

Reply via email to