mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: ispell: Update to 3.4.04.
* gnu/packages/aspell.scm (ispell): Update to 3.4.04.
This commit is contained in:
parent
605a40b385
commit
c6e36ee2dc
1 changed files with 2 additions and 2 deletions
|
@ -489,14 +489,14 @@ (define-word-list-dictionary hunspell-dict-en-us
|
||||||
(define-public ispell
|
(define-public ispell
|
||||||
(package
|
(package
|
||||||
(name "ispell")
|
(name "ispell")
|
||||||
(version "3.4.03")
|
(version "3.4.04")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
|
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs"))))
|
(base32 "0gp1rwn8grkvz28wgisc2j9w9svldnaiahl3lyis118xabqddg47"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f
|
`(#:parallel-build? #f
|
||||||
|
|
Loading…
Reference in a new issue