mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: gspell: Update to 1.12.2.
* gnu/packages/gnome.scm (gspell): Update to 1.12.2.
This commit is contained in:
parent
3b5961c8df
commit
aadfe59209
1 changed files with 2 additions and 2 deletions
|
@ -11157,7 +11157,7 @@ (define-public orca
|
||||||
(define-public gspell
|
(define-public gspell
|
||||||
(package
|
(package
|
||||||
(name "gspell")
|
(name "gspell")
|
||||||
(version "1.11.1")
|
(version "1.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -11165,7 +11165,7 @@ (define-public gspell
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14h2w0yzqwaw5dykmhh21sy2c96g17waahg2lxc52xqiyzis8spg"))))
|
"0f91vl42i6fz5yrbw31biffbxqzwa24mw6qbfxmfnk3yhayr7sdl"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--enable-vala")
|
'(#:configure-flags (list "--enable-vala")
|
||||||
|
|
Loading…
Reference in a new issue