diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 16:07:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:42:30 +0100 |
commit | 84548bd7faaee3eac6e57d4c07edde2d374ec956 (patch) | |
tree | 6b6bcd4008030c581dd68380ba47d2888828ed4b /gnu/packages/gnome.scm | |
parent | 5055d385fffd92ac4e4f14e58b932b10db663e41 (diff) | |
download | guix-84548bd7faaee3eac6e57d4c07edde2d374ec956.tar.gz |
gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.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 5ef6a980fd..b3e304b059 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7048,7 +7048,7 @@ kill/reinice processes.") (define-public python-pyatspi (package (name "python-pyatspi") - (version "2.24.0") + (version "2.26.0") (source (origin (method url-fetch) (uri (string-append @@ -7057,7 +7057,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7")))) + "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |