guix-commits
[Top][All Lists]
Advanced

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

39/62: gnu: python-pyatspi: Update to 2.26.0.


From: guix-commits
Subject: 39/62: gnu: python-pyatspi: Update to 2.26.0.
Date: Wed, 23 Jan 2019 06:12:54 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 97a0bb88c8a821e4426d3a1d9f2eea6d09418799
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 b4f7a7d..7fe1d5b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6903,7 +6903,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
@@ -6912,7 +6912,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]