guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit d11948657c2a15200b15b89986b259ae6a5006be
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900
gnu: orca: Update to 48.6.
* gnu/packages/gnome.scm (orca): Update to 48.6.
Change-Id: Ia1a7e46998828f6aaa0c38dc4e424e51397a89ef
---
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 68fbe56148..3834a1a2a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11395,7 +11395,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "46.2")
+ (version "48.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11404,7 +11404,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ppx7svqpjhljf8by3x9xvm46b3gw6f6m7r2gj2k172g3adjjqwg"))))
+ "15nn76rm1x16xv29pn3dx8c8f9na4nkkljy1nmv29myzw1207igd"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t