summaryrefslogtreecommitdiff
path: root/gnu/packages/aspell.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2019-11-16 09:34:27 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2019-11-16 09:34:27 +0100
commit154d97abdd16674fdebc763351f661bbcdc869a4 (patch)
tree0277a9380edd1390f16e432283d32499ffed36d1 /gnu/packages/aspell.scm
parente4696c69d75f4fcf54c42beeb928032726bdaf7d (diff)
parent87e7faa2ae641d8302efc8b90f1e45f43f67f6da (diff)
Merge remote-tracking branch master into core-updates
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r--gnu/packages/aspell.scm37
1 files changed, 22 insertions, 15 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 70d05610046..56d69fdb052 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -149,18 +149,27 @@ dictionaries, including personal ones.")
149 "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm"))) 149 "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
150 150
151(define-public aspell-dict-ca 151(define-public aspell-dict-ca
152 (aspell-dictionary "ca" "Catalan" 152 (let ((version "2.5.0")
153 #:version "2.1.5-1" 153 (sha256
154 #:sha256 154 (base32 "0kbi8fi7a1bys31kfqrlh332gyik0cfdmxgl7n15sa9c305rkgwq")))
155 (base32 155 (package
156 "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb"))) 156 (inherit (aspell-dictionary "ca" "Catalan"
157 #:version version
158 #:sha256 sha256))
159 (source
160 (origin
161 (method url-fetch)
162 (uri (string-append "https://www.softcatala.org/pub/softcatala/aspell/"
163 version "/aspell6-ca-" version ".tar.bz2"))
164 (sha256 sha256)))
165 (home-page "https://www.softcatala.org/pub/softcatala/aspell/"))))
157 166
158(define-public aspell-dict-de 167(define-public aspell-dict-de
159 (aspell-dictionary "de" "German" 168 (aspell-dictionary "de" "German"
160 #:version "20030222-1" 169 #:version "20161207-7-0"
161 #:sha256 170 #:sha256
162 (base32 171 (base32
163 "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s"))) 172 "0wamclvp66xfmv5wff96v6gdlnfv4y8lx3f8wvxyzm5imwgms4n2")))
164 173
165(define-public aspell-dict-da 174(define-public aspell-dict-da
166 (aspell-dictionary "da" "Danish" 175 (aspell-dictionary "da" "Danish"
@@ -180,10 +189,10 @@ dictionaries, including personal ones.")
180 189
181(define-public aspell-dict-en 190(define-public aspell-dict-en
182 (aspell-dictionary "en" "English" 191 (aspell-dictionary "en" "English"
183 #:version "2018.04.16-0" 192 #:version "2019.10.06-0"
184 #:sha256 193 #:sha256
185 (base32 194 (base32
186 "0bxxdzkk9g27plg22y9qzsx9cfjw3aa29w5bmzs561qc9gkp247i"))) 195 "1zai9wrqwgb9z9vfgb22qhrvxvg73jg0ix44j1khm2f6m96lncr4")))
187 196
188(define-public aspell-dict-eo 197(define-public aspell-dict-eo
189 (aspell-dictionary "eo" "Esperanto" 198 (aspell-dictionary "eo" "Esperanto"
@@ -282,19 +291,17 @@ dictionaries, including personal ones.")
282 291
283(define-public aspell-dict-pt-br 292(define-public aspell-dict-pt-br
284 (aspell-dictionary "pt_BR" "Brazilian Portuguese" 293 (aspell-dictionary "pt_BR" "Brazilian Portuguese"
285 #:version "20090702-0" 294 #:version "20131030-12-0"
286 #:prefix "aspell6-"
287 #:sha256 295 #:sha256
288 (base32 296 (base32
289 "1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p"))) 297 "1xqlpk21s93c6blkdnpk7l62q9fxjvzdv2x86chl8p2x1gdrj3gb")))
290 298
291(define-public aspell-dict-pt-pt 299(define-public aspell-dict-pt-pt
292 (aspell-dictionary "pt_PT" "Portuguese" 300 (aspell-dictionary "pt_PT" "Portuguese"
293 #:version "20070510-0" 301 #:version "20190329-1-0"
294 #:prefix "aspell6-"
295 #:sha256 302 #:sha256
296 (base32 303 (base32
297 "1mnr994cwlag6shy8865ky99lymysiln07mbldcncahg90dagdxq"))) 304 "0ld0d0ily4jqifjfsxfv4shbicz6ymm2gk56fq9gbzra1j4qnw75")))
298 305
299(define-public aspell-dict-ru 306(define-public aspell-dict-ru
300 (aspell-dictionary "ru" "Russian" 307 (aspell-dictionary "ru" "Russian"