summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-21 16:42:38 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:52 -0400
commit3f4d209eb2793ecb13e31e42d2fa2589768a681f (patch)
tree4826ecf32206ce93b13635bc01b6a8f53836d917
parent3729c85e68b537accb48766613789eaa186a9ae4 (diff)
downloadguix-3f4d209eb2793ecb13e31e42d2fa2589768a681f.tar.gz
gnu: orca: Update to 3.36.2.
* gnu/packages/gnome.scm (orca): Update to 3.36.2.
-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 9b556660d8..da5d2a6ad5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8866,7 +8866,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
@@ -8875,7 +8875,7 @@ accessibility infrastructure.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
+                "0hxz8wlyjn6w3zqg1p56pwdj0p23d6vynzczklyc6n91dyvma06g"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases