mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ispell: Update to 3.4.03.
* gnu/packages/aspell.scm (ispell): Update to 3.4.03.
This commit is contained in:
parent
011d586c2c
commit
1bd85824c7
1 changed files with 2 additions and 2 deletions
|
@ -489,14 +489,14 @@ under permissive licensing terms. See the 'Copyright' file."))))
|
||||||
(define-public ispell
|
(define-public ispell
|
||||||
(package
|
(package
|
||||||
(name "ispell")
|
(name "ispell")
|
||||||
(version "3.4.02")
|
(version "3.4.03")
|
||||||
(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 "0b6rqzqjdhwf323sf1dv8qzx5pxa5asz618922r59zjp65660yb6"))))
|
(base32 "040wvf81ihq2sdacvi4kk1n6f19fjdn44hb1ydz0l5lj1sz6mrxs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #f
|
`(#:parallel-build? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue