aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-05 00:58:08 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-07-15 09:58:51 -0400
commitef9b7d4c9fa25e57035f1a825db26a9ddb37ce16 (patch)
tree8e0ab164fcb1eb69102e265f22c8e4ed7720d135 /gnu
parent676e7cb4fa054d7a2a21967dd4bf399bef04d7d3 (diff)
downloadguix-ef9b7d4c9fa25e57035f1a825db26a9ddb37ce16.tar
guix-ef9b7d4c9fa25e57035f1a825db26a9ddb37ce16.tar.gz
gnu: orca: Update to 3.30.2.
* gnu/packages/gnome.scm (orca): Update to 3.30.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16b048b552..62c7937360 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7461,7 +7461,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "3.28.1")
+ (version "3.30.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7470,7 +7470,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
+ "17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases