guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit e30f74422ffa362b6f31905d820859571695ad82
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 834157b699..655f51e813 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11410,7 +11410,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "46.2")
+ (version "48.9")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11419,7 +11419,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ppx7svqpjhljf8by3x9xvm46b3gw6f6m7r2gj2k172g3adjjqwg"))))
+ "0sfs06f66dsibvnp87jshhs7n3f8shkn9x7j3ygpk8409za2n2xy"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t