kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit b3dd6e021e971771691e7b4e2bb7cf45ba240201
Author: Kei Kebreau <[email protected]>
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 2871c78..5400bd2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8774,7 +8774,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
@@ -8783,7 +8783,7 @@ kill/reinice processes.")
"/pyatspi-" version ".tar.xz"))
(sha256
(base32
- "0j3f75j0zd6ca8msg7yr19qsfirqkn9fk8pqbjnlhqrpri455g4p"))))
+ "1pg1zzjl167iavin6xzzm20mh3m6dvl7d8h1r571s44yj6zw2dji"))))
(build-system gnu-build-system)
(arguments
`(#:phases