summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-02 13:40:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-02 15:40:03 +0200
commit1bd85824c7a04e8c77bb2ba31c310975664c7a53 (patch)
treebb03d1972d18f962a05ead2dfd521239851c87ed /gnu/packages/aspell.scm
parent011d586c2c6c748fa203456d307d72447ed6b54e (diff)
downloadguix-1bd85824c7a04e8c77bb2ba31c310975664c7a53.tar.gz
guix-1bd85824c7a04e8c77bb2ba31c310975664c7a53.tar.xz
gnu: ispell: Update to 3.4.03.
* gnu/packages/aspell.scm (ispell): Update to 3.4.03.
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 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