diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-11-02 09:54:26 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:16 -0500 |
commit | 4f937a3209d79eddfe4110a7026e046979e8b98c (patch) | |
tree | 34e3c0ad3a9462095a76de70d90b948af4e4d68f /gnu/packages/gnome.scm | |
parent | d682c599166a7dfff6ebd259ce3104d18a3f02bf (diff) | |
download | guix-4f937a3209d79eddfe4110a7026e046979e8b98c.tar guix-4f937a3209d79eddfe4110a7026e046979e8b98c.tar.gz |
gnu: python-pyatspi: Update to 2.34.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.34.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9d5d9a4505..5862be4cd9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7958,7 +7958,7 @@ kill/reinice processes.") (define-public python-pyatspi (package (name "python-pyatspi") - (version "2.32.1") + (version "2.34.0") (source (origin (method url-fetch) (uri (string-append @@ -7967,7 +7967,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "1283cbwd2kacgdij96xk26721f6amyzdhy2py11kdj5cprdlm5c4")))) + "0j3f75j0zd6ca8msg7yr19qsfirqkn9fk8pqbjnlhqrpri455g4p")))) (build-system gnu-build-system) (arguments `(#:phases |