gnu: aspell-dict-ca: Update to 2.5.0.

* gnu/packages/aspell.scm (aspell-dict-ca): Update to 2.5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 00:30:44 +01:00
parent 01a0b1417e
commit 9b4510910f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -158,11 +158,20 @@ (define-public aspell-dict-be
"1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
(define-public aspell-dict-ca
(aspell-dictionary "ca" "Catalan"
#:version "2.1.5-1"
#:sha256
(base32
"1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
(let ((version "2.5.0")
(sha256
(base32 "0kbi8fi7a1bys31kfqrlh332gyik0cfdmxgl7n15sa9c305rkgwq")))
(package
(inherit (aspell-dictionary "ca" "Catalan"
#:version version
#:sha256 sha256))
(source
(origin
(method url-fetch)
(uri (string-append "https://www.softcatala.org/pub/softcatala/aspell/"
version "/aspell6-ca-" version ".tar.bz2"))
(sha256 sha256)))
(home-page "https://www.softcatala.org/pub/softcatala/aspell/"))))
(define-public aspell-dict-de
(aspell-dictionary "de" "German"