cbaines pushed a commit to branch master
in repository guix.
commit f5650cd354daa755a05d20fd2e53dfb27169b311
Author: Arnaud DABY-SEESARAM <[email protected]>
AuthorDate: Wed Nov 15 22:09:35 2023 +0100
gnu: Update ispell to 3.4.06.
* gnu/packages/aspell.scm (ispell): Update to 3.4.06.
Change-Id: I0d566a143336d88d4eb145b59b21c889b7ecdb12
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/aspell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 17ba794201..ffb13025f3 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -398,14 +398,14 @@ dictionaries, including personal ones.")
(define-public ispell
(package
(name "ispell")
- (version "3.4.05")
+ (version "3.4.06")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
version ".tar.gz"))
(sha256
- (base32 "00jni7gvdswjd9sdwip5ixnvjg2qzv56mn3m8gdgl9gxwgnns36g"))))
+ (base32 "19pbhg3pbnykkk9hla2kfhfanm7wcdja2qria365l1y8shridj8p"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f