gnu: orca: Update to 3.30.2.
* gnu/packages/gnome.scm (orca): Update to 3.30.2.
This commit is contained in:
parent
676e7cb4fa
commit
ef9b7d4c9f
1 changed files with 2 additions and 2 deletions
|
@ -7461,7 +7461,7 @@ accessibility infrastructure.")
|
||||||
(define-public orca
|
(define-public orca
|
||||||
(package
|
(package
|
||||||
(name "orca")
|
(name "orca")
|
||||||
(version "3.28.1")
|
(version "3.30.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7470,7 +7470,7 @@ accessibility infrastructure.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
|
"17asibc46i5gr2fw04jvvdi85zzmxwlnhyq7r6cr3m5prrdr8a53"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Reference in a new issue