guix-commits
[Top][All Lists]
Advanced

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

106/133: gnu: at-spi2-core: Update to 2.30.0.


From: guix-commits
Subject: 106/133: gnu: at-spi2-core: Update to 2.30.0.
Date: Sun, 6 Jan 2019 16:59:48 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 37c36e0bb2d3880eaa0518b7ac908c8f533db4c2
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:16:21 2018 +0100

    gnu: at-spi2-core: Update to 2.30.0.
    
    * gnu/packages/gtk.scm (at-spi2-core): Update to 2.30.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 b86e1a5..5bf12a1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -550,7 +550,7 @@ in the GNOME project.")
 (define-public at-spi2-core
   (package
    (name "at-spi2-core")
-   (version "2.28.0")
+   (version "2.30.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -558,7 +558,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "11qwdxxx4jm0zj04xydlwah41axiz276dckkiql3rr0wn5x4i8j2"))))
+              "0azvgdmmivfz1fki25mz582gmwvfpajcnqhlq7s53nhr7lwzax81"))))
    (build-system meson-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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