gnu: orca: Update to 3.28.1.
* gnu/packages/gnome.scm (orca): Update to 3.28.1.
This commit is contained in:
parent
7271781738
commit
870a4e70ec
|
@ -7056,7 +7056,7 @@ accessibility infrastructure.")
|
||||||
(define-public orca
|
(define-public orca
|
||||||
(package
|
(package
|
||||||
(name "orca")
|
(name "orca")
|
||||||
(version "3.26.0")
|
(version "3.28.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7065,7 +7065,7 @@ accessibility infrastructure.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xk5k9cbswymma60nrfj00dl97wypx59c107fb1hwi75gm0i07a7"))))
|
"04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue