diff options
-rw-r--r-- | gnu/packages/aspell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index e19c369517..4821e08432 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -489,14 +489,14 @@ under permissive licensing terms. See the 'Copyright' file.")))) (define-public ispell (package (name "ispell") - (version "3.4.02") + (version "3.4.03") (source (origin (method url-fetch) (uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-" version ".tar.gz")) (sha256 - (base32 "0b6rqzqjdhwf323sf1dv8qzx5pxa5asz618922r59zjp65660yb6")))) + (base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs")))) (build-system gnu-build-system) (arguments `(#:parallel-build? #f |