gnu: gtkspell3: Update to 3.0.10.
* gnu/packages/gtk.scm (gtkspell3): Update to 3.0.10. [propagated-inputs]: Replace enchant-1.6 with default version 2.
This commit is contained in:
parent
ed4447236d
commit
088e186b35
1 changed files with 3 additions and 3 deletions
|
@ -1707,14 +1707,14 @@ glass artworks done by Venicians glass blowers.")
|
||||||
(define-public gtkspell3
|
(define-public gtkspell3
|
||||||
(package
|
(package
|
||||||
(name "gtkspell3")
|
(name "gtkspell3")
|
||||||
(version "3.0.9")
|
(version "3.0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/gtkspell/"
|
(uri (string-append "mirror://sourceforge/gtkspell/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09jdicmpipmj4v84gnkqwbmj4lh8v0i6pn967rb9jx4zg2ia9x54"))))
|
"0cjp6xdcnzh6kka42w9g0w2ihqjlq8yl8hjm9wsfnixk6qwgch5h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
@ -1725,7 +1725,7 @@ glass artworks done by Venicians glass blowers.")
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("enchant" ,enchant-1.6))) ;gtkspell3-3.0.pc refers to it
|
`(("enchant" ,enchant))) ; gtkspell3-3.0.pc refers to it
|
||||||
(home-page "http://gtkspell.sourceforge.net")
|
(home-page "http://gtkspell.sourceforge.net")
|
||||||
(synopsis "Spell-checking addon for GTK's TextView widget")
|
(synopsis "Spell-checking addon for GTK's TextView widget")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue