diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-25 11:01:30 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:14 -0500 |
commit | 089e85859c2506ed343a07238eb6c960a986ab04 (patch) | |
tree | 71dd29794716bf5a19c25150f902f654322e4826 /gnu/packages/gnome.scm | |
parent | 05b29d84949acb6b7ce7524e06c5114834053b40 (diff) | |
download | patches-089e85859c2506ed343a07238eb6c960a986ab04.tar patches-089e85859c2506ed343a07238eb6c960a986ab04.tar.gz |
gnu: orca: Update to 3.32.0.
* gnu/packages/gnome.scm (orca): Update to 3.32.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 c25e1a4560..f0e65c4d59 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7983,7 +7983,7 @@ accessibility infrastructure.") (define-public orca (package (name "orca") - (version "3.30.2") + (version "3.32.0") (source (origin (method url-fetch) (uri (string-append @@ -7992,7 +7992,7 @@ accessibility infrastructure.") name "-" version ".tar.xz")) (sha256 (base32 - "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53")))) + "05jqzlg0f1x53hyl0l9282ynmw37159g6dsbrid12b7sjs12cc1i")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |