rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit e114651a3a20adfa5ec3587e2cd7600d73ce8bd4
Author: Ricardo Wurmus <[email protected]>
Date: Mon Aug 6 15:50:57 2018 +0200
gnu: orca: Update to 3.28.1.
* gnu/packages/gnome.scm (orca): Update to 3.28.1.
---
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 acf5fb2..5272ee6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6930,7 +6930,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "3.26.0")
+ (version "3.28.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -6939,7 +6939,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7"))))
+ "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases