nckx pushed a commit to branch master
in repository guix.

commit ecc8c5d4340501a7ffcb0333edbc83765c9d0a1c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Feb 18 00:04:45 2020 +0100

    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.
---
 gnu/packages/aspell.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index c88b8a2..b11a2db 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"

Reply via email to