diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-11 13:37:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-11 21:53:35 +0200 |
commit | f51ea1cd619f8e08c16a887426a59748bc96ee5b (patch) | |
tree | 5553b7fd9405bedbcc2349c5f8ae266f54b3a873 /gnu | |
parent | de47cfed13982ad14fc4854cb04a7600002b4964 (diff) | |
download | guix-f51ea1cd619f8e08c16a887426a59748bc96ee5b.tar guix-f51ea1cd619f8e08c16a887426a59748bc96ee5b.tar.gz |
gnu: orca: Update to 3.26.0.
gnu/packages/gnome.scm (orca): Update to 3.26.0.
Diffstat (limited to 'gnu')
-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 f9a9de9e08..4325acb8fb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6679,7 +6679,7 @@ accessibility infrastructure.") (define-public orca (package (name "orca") - (version "3.24.0") + (version "3.26.0") (source (origin (method url-fetch) (uri (string-append @@ -6688,7 +6688,7 @@ accessibility infrastructure.") name "-" version ".tar.xz")) (sha256 (base32 - "1la6f815drykrgqf791jx1dda6716cfv6052frqp7nhjxr75xg97")))) + "0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |