guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit a5e8c39e3b3662829e8e697b232a664c2a06711d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jan 31 20:28:47 2026 +0100
gnu: orca: Update to 48.9.
* gnu/packages/gnome.scm (orca): Update to 48.9.
---
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 b1adae61cc..c1d809c92e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11417,7 +11417,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "46.2")
+ (version "48.9")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11426,7 +11426,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ppx7svqpjhljf8by3x9xvm46b3gw6f6m7r2gj2k172g3adjjqwg"))))
+ "0sfs06f66dsibvnp87jshhs7n3f8shkn9x7j3ygpk8409za2n2xy"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t