mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: orca: Update to 40.0.
* gnu/packages/gnome.scm (orca): Update to 40.0. [source]: Fix the URI.
This commit is contained in:
parent
9e15130d52
commit
827a97b6e2
1 changed files with 3 additions and 3 deletions
|
@ -10307,16 +10307,16 @@ accessibility infrastructure.")
|
||||||
(define-public orca
|
(define-public orca
|
||||||
(package
|
(package
|
||||||
(name "orca")
|
(name "orca")
|
||||||
(version "3.34.1")
|
(version "40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://gnome/sources/" name "/"
|
"mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q38n7hyshkiszmn361skxjynxr31lcms7a1iny6d0zlpmh1vnk4"))))
|
"0hq0zdcn80ficpcffbk667907v6m7dih3dhyc7ss01mrj3iyw000"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue