guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit eb2d46aa47a9d8d0eccc719b56247fa6f9aeb7b3
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 d6485d4197..cd4f4c9246 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11815,7 +11815,7 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "46.2")
+ (version "48.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11824,7 +11824,7 @@ accessibility infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ppx7svqpjhljf8by3x9xvm46b3gw6f6m7r2gj2k172g3adjjqwg"))))
+ "15nn76rm1x16xv29pn3dx8c8f9na4nkkljy1nmv29myzw1207igd"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t