summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-12 14:52:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-12 15:19:49 +0100
commit55157c90711662c24c7627189020e3a5aeafa2ba (patch)
tree5fe5657b4e71a49f72bfcbc1353996463a29b0e6 /gnu/packages/aspell.scm
parent01dec9ed851383a6f7dae2e96bbc99764422abf0 (diff)
downloadguix-patches-55157c90711662c24c7627189020e3a5aeafa2ba.tar
guix-patches-55157c90711662c24c7627189020e3a5aeafa2ba.tar.gz
gnu: ispell: Update to 3.4.02.
* gnu/packages/aspell.scm (ispell): Update to 3.4.02.
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r--gnu/packages/aspell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 76089333ce..26c0cf4332 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -476,14 +476,14 @@ under permissive licensing terms. See the 'Copyright' file."))))
(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