gnu: Add Catalan dictionary for Aspell.

Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
This commit is contained in:
Ludovic Courtès 2017-10-27 11:57:47 -07:00
parent 085bcca313
commit 99b9857be7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -116,6 +116,13 @@ dictionaries, including personal ones.")
(home-page "http://aspell.net/")))
(define-public aspell-dict-ca
(aspell-dictionary "ca" "Catalan"
#:version "2.1.5-1"
#:sha256
(base32
"1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
(define-public aspell-dict-de
(aspell-dictionary "de" "German"
#:version "20030222-1"