diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-18 01:50:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-18 23:25:04 +0200 |
commit | 629f33e233c34235ed74a1b12ac38a3f58a99eea (patch) | |
tree | 194fb322895ecca5151b9f0eeefa1fca7d2b5bb6 /gnu/packages/gnome.scm | |
parent | 2a86fece223cbf334e3bed5547902711b3ab58c3 (diff) | |
download | guix-629f33e233c34235ed74a1b12ac38a3f58a99eea.tar guix-629f33e233c34235ed74a1b12ac38a3f58a99eea.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 e7869ac0fd..ca9f37fd54 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6672,7 +6672,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 @@ -6681,7 +6681,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7")))) + "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |