mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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 <mail@cbaines.net>
This commit is contained in:
parent
4162838ef8
commit
f5650cd354
1 changed files with 2 additions and 2 deletions
|
@ -398,14 +398,14 @@ (define-public aspell-dict-ro
|
||||||
(define-public ispell
|
(define-public ispell
|
||||||
(package
|
(package
|
||||||
(name "ispell")
|
(name "ispell")
|
||||||
(version "3.4.05")
|
(version "3.4.06")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
|
(uri (string-append "https://www.cs.hmc.edu/~geoff/tars/ispell-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00jni7gvdswjd9sdwip5ixnvjg2qzv56mn3m8gdgl9gxwgnns36g"))))
|
(base32 "19pbhg3pbnykkk9hla2kfhfanm7wcdja2qria365l1y8shridj8p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f
|
`(#:parallel-build? #f
|
||||||
|
|
Loading…
Reference in a new issue