guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: at-spi2-core: Update to 2.26.2.


From: Marius Bakke
Subject: 06/08: gnu: at-spi2-core: Update to 2.26.2.
Date: Wed, 6 Dec 2017 11:33:03 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 730f0a0fc7e3b696eb13808cd1ecb8071b68293c
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 6 16:50:00 2017 +0100

    gnu: at-spi2-core: Update to 2.26.2.
    
    * gnu/packages/gtk.scm (at-spi2-core): Update to 2.26.2.
---
 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 b42cce7..8b76442 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -509,7 +509,7 @@ in the GNOME project.")
 (define-public at-spi2-core
   (package
    (name "at-spi2-core")
-   (version "2.24.1")
+   (version "2.26.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -517,7 +517,7 @@ in the GNOME project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0nwvjmd30rgq6d1zznavx0bdfa1xwv3jl8wnkbkwzaipp5jd140y"))))
+              "0596ghkamkxgv08r4a1pdhm06qd5zzgcfqsv64038w9xbvghq3n8"))))
    (build-system gnu-build-system)
    (outputs '("out" "doc"))
    (arguments



reply via email to

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