guix-commits
[Top][All Lists]
Advanced

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

38/61: gnu: python-pyatspi: Update to 2.26.0.


From: guix-commits
Subject: 38/61: gnu: python-pyatspi: Update to 2.26.0.
Date: Sat, 9 Mar 2019 02:53:26 -0500 (EST)

rekado pushed a commit to branch staging
in repository guix.

commit 84548bd7faaee3eac6e57d4c07edde2d374ec956
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:07:03 2018 +0200

    gnu: python-pyatspi: Update to 2.26.0.
    
    * gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5ef6a98..b3e304b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7048,7 +7048,7 @@ kill/reinice processes.")
 (define-public python-pyatspi
   (package
     (name "python-pyatspi")
-    (version "2.24.0")
+    (version "2.26.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7057,7 +7057,7 @@ kill/reinice processes.")
                     "/pyatspi-" version ".tar.xz"))
               (sha256
                (base32
-                "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7"))))
+                "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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