guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: Add Danish Aspell dictionary.


From: guix-commits
Subject: 05/13: gnu: Add Danish Aspell dictionary.
Date: Wed, 5 Jun 2019 11:27:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4bb9528c49e38479f67f4b1ad31e5500302ee42d
Author: Jens Mølgaard <address@hidden>
Date:   Wed Jun 5 20:56:54 2019 +1200

    gnu: Add Danish Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-da): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/aspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 99ceac9..940ccd9 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -162,6 +162,14 @@ dictionaries, including personal ones.")
                      (base32
                       "01p92qj66cqb346gk7hjfynaap5sbcn85xz07kjfdq623ghr8v5s")))
 
+(define-public aspell-dict-da
+  (aspell-dictionary "da" "Danish"
+                     #:version "1.4.42-1"
+                     #:prefix "aspell5-"
+                     #:sha256
+                     (base32
+                      "1hfkmiyhgrx5lgrb2mffjbdn1hivrm73wcg7x0iid74p2yb0fjpp")))
+
 (define-public aspell-dict-el
   (aspell-dictionary "el" "Greek"
                      #:version "0.08-0"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]