Revert "gnu: python-pyatspi: Update to 2.26.0."
This reverts commit 629f33e233
, which breaks
orca@3.26.0.
This commit is contained in:
parent
c0770feedd
commit
9d8796a516
|
@ -6672,7 +6672,7 @@ kill/reinice processes.")
|
||||||
(define-public python-pyatspi
|
(define-public python-pyatspi
|
||||||
(package
|
(package
|
||||||
(name "python-pyatspi")
|
(name "python-pyatspi")
|
||||||
(version "2.26.0")
|
(version "2.24.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -6681,7 +6681,7 @@ kill/reinice processes.")
|
||||||
"/pyatspi-" version ".tar.xz"))
|
"/pyatspi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6"))))
|
"14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue