kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 534cc96710943ac2f6a626ce595c93fa6eaecdca
Author: Kei Kebreau <[email protected]>
Date: Thu Jul 25 11:01:30 2019 -0400
gnu: orca: Update to 3.32.0.
* gnu/packages/gnome.scm (orca): Update to 3.32.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e719be2..4451c7c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7762,7 +7762,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
@@ -7771,7 +7771,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53"))))
+ "05jqzlg0f1x53hyl0l9282ynmw37159g6dsbrid12b7sjs12cc1i"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases