diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-25 07:55:07 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:13 -0500 |
commit | 05b29d84949acb6b7ce7524e06c5114834053b40 (patch) | |
tree | 452abda394d655f586618bc6ba4478f662d932bc /gnu/packages/gnome.scm | |
parent | 20db7a3d4c039c49e14616f55a0136b8180058c3 (diff) | |
download | patches-05b29d84949acb6b7ce7524e06c5114834053b40.tar patches-05b29d84949acb6b7ce7524e06c5114834053b40.tar.gz |
gnu: python-pyatspi: Update to 2.32.1.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.32.1.
[source]: Remove patch.
* gnu/packages/patches/python-pyatspi-python-37.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 504bc346e1..c25e1a4560 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7944,7 +7944,7 @@ kill/reinice processes.") (define-public python-pyatspi (package (name "python-pyatspi") - (version "2.26.0") + (version "2.32.1") (source (origin (method url-fetch) (uri (string-append @@ -7953,9 +7953,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6")) - ;; Patch from upstream, fixed in newer versions. - (patches (search-patches "python-pyatspi-python-37.patch")))) + "1283cbwd2kacgdij96xk26721f6amyzdhy2py11kdj5cprdlm5c4")))) (build-system gnu-build-system) (arguments `(#:phases |