mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit a2e53c702d0d421d57e6b4a6472474db7a1a844b
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Fri Sep 24 19:07:13 2021 +0000
gnu: orca: Update to 40.0.
* gnu/packages/gnome.scm (orca): Update to 40.0.
[source]: Fix the URI.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 06882d6..c1b4e65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10300,16 +10300,16 @@ accessibility infrastructure.")
(define-public orca
(package
(name "orca")
- (version "3.34.1")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
+ "0hq0zdcn80ficpcffbk667907v6m7dih3dhyc7ss01mrj3iyw000"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases