guix-commits
[Top][All Lists]
Advanced

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

26/107: gnu: python-pyatspi: Update to 2.36.0.


From: guix-commits
Subject: 26/107: gnu: python-pyatspi: Update to 2.36.0.
Date: Tue, 12 May 2020 10:53:12 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 81ea7777187a4e19e38eee44b30d5f718e49f464
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 16:12:17 2020 -0400

    gnu: python-pyatspi: Update to 2.36.0.
    
    * gnu/packages/gnome.scm (python-pyatspi): Update to 2.36.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 5579af2..92d9679 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8788,7 +8788,7 @@ kill/reinice processes.")
 (define-public python-pyatspi
   (package
     (name "python-pyatspi")
-    (version "2.34.0")
+    (version "2.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8797,7 +8797,7 @@ kill/reinice processes.")
                     "/pyatspi-" version ".tar.xz"))
               (sha256
                (base32
-                "0j3f75j0zd6ca8msg7yr19qsfirqkn9fk8pqbjnlhqrpri455g4p"))))
+                "1pg1zzjl167iavin6xzzm20mh3m6dvl7d8h1r571s44yj6zw2dji"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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