kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 7bfe2af26d0d6482afe6cbf3efd0fa8b0e75e73b
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 16:42:38 2020 -0400
gnu: orca: Update to 3.36.2.
* gnu/packages/gnome.scm (orca): Update to 3.36.2.
---
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 81b9dce..214d4fa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8852,7 +8852,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "3.34.1")
+ (version "3.36.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8861,7 +8861,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
+ "0hxz8wlyjn6w3zqg1p56pwdj0p23d6vynzczklyc6n91dyvma06g"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases