guix-commits
[Top][All Lists]
Advanced

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

110/117: gnu: at-spi2-core: Update to 2.40.0.


From: guix-commits
Subject: 110/117: gnu: at-spi2-core: Update to 2.40.0.
Date: Tue, 23 Mar 2021 19:26:07 -0400 (EDT)

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

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

    gnu: at-spi2-core: Update to 2.40.0.
    
    * gnu/packages/gtk.scm (at-spi2-core): Update to 2.40.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 80e8404..13e277f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -635,7 +635,7 @@ in the GNOME project.")
 (define-public at-spi2-core
   (package
    (name "at-spi2-core")
-   (version "2.34.0")
+   (version "2.40.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -643,7 +643,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn"))))
+              "0a9l6cfxynjn6jcp29d72i75xbkrzs1l5kmqcwmfal801b9sg5j1"))))
    (build-system meson-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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