gnu: ispell: Update to 3.4.02.

* gnu/packages/aspell.scm (ispell): Update to 3.4.02.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-12 14:52:24 +01:00
parent 01dec9ed85
commit 55157c9071
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -476,14 +476,14 @@ (define-word-list-dictionary hunspell-dict-en-us
(define-public ispell
(package
(name "ispell")
(version "3.4.01")
(version "3.4.02")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
version ".tar.gz"))
(sha256
(base32 "103vscg4bc7x2q84y18x1l75k54yhkw8lpza3qh8xxhcz5b0w7jb"))))
(base32 "0b6rqzqjdhwf323sf1dv8qzx5pxa5asz618922r59zjp65660yb6"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f