guix-commits
[Top][All Lists]
Advanced

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

22/24: gnu: at-spi2-core: Update to 2.34.0.


From: guix-commits
Subject: 22/24: gnu: at-spi2-core: Update to 2.34.0.
Date: Tue, 10 Dec 2019 19:16:04 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4ebc3339ba7b9a66306810cebf496bf2ce9a32eb
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 10 16:12:33 2019 +0100

    gnu: at-spi2-core: Update to 2.34.0.
    
    * gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.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 a70a2a5..315cd18 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -552,7 +552,7 @@ in the GNOME project.")
 (define-public at-spi2-core
   (package
    (name "at-spi2-core")
-   (version "2.32.1")
+   (version "2.34.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -560,7 +560,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0lqd7gsl471v6538iighkvb21gjglcb9pklvas32rjpsxcvsjaiw"))))
+              "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn"))))
    (build-system meson-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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