diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 00:04:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 01:26:07 +0100 |
commit | ecc8c5d4340501a7ffcb0333edbc83765c9d0a1c (patch) | |
tree | 12e56c828ac6d175b31d73f3023aff8f3941e44b /gnu/packages/aspell.scm | |
parent | ba0b9d410fd608198cdadd5fa0968408a096527e (diff) | |
download | patches-ecc8c5d4340501a7ffcb0333edbc83765c9d0a1c.tar patches-ecc8c5d4340501a7ffcb0333edbc83765c9d0a1c.tar.gz |
gnu: aspell-dict-da: Update to 1.6.36-11-0.
* gnu/packages/aspell.scm (aspell-dict-da): Update to 1.6.36-11-0.
Diffstat (limited to 'gnu/packages/aspell.scm')
-rw-r--r-- | gnu/packages/aspell.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index c88b8a25a2..b11a2dbe6b 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -183,11 +183,10 @@ dictionaries, including personal ones.") (define-public aspell-dict-da (aspell-dictionary "da" "Danish" - #:version "1.4.42-1" - #:prefix "aspell5-" + #:version "1.6.36-11-0" #:sha256 (base32 - "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp"))) + "1xz2haayvwlxgss9jf1x2311a1ixbk75q2vgfprjhibsmb7cpinv"))) (define-public aspell-dict-el (aspell-dictionary "el" "Greek" |