summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-05 14:11:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-05 18:29:55 +0200
commitc6e36ee2dc570ee5c636ebee0561f989c66912e0 (patch)
treea532ac1602cb1f760fb6b81978e25d2e7f7324d2 /gnu/packages/aspell.scm
parent605a40b3857ffb705649aa0857a0ef0d065aa7a7 (diff)
downloadguix-patches-c6e36ee2dc570ee5c636ebee0561f989c66912e0.tar
guix-patches-c6e36ee2dc570ee5c636ebee0561f989c66912e0.tar.gz
gnu: ispell: Update to 3.4.04.
* gnu/packages/aspell.scm (ispell): Update to 3.4.04.
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 4821e08432..a86984b28c 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.03")
+ (version "3.4.04")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
version ".tar.gz"))
(sha256
- (base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs"))))
+ (base32 "0gp1rwn8grkvz28wgisc2j9w9svldnaiahl3lyis118xabqddg47"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f