guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: Add Maori Aspell dictionary.


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

civodul pushed a commit to branch master
in repository guix.

commit c5a88aa0e9e46bba7345c8413c7c9aeb0eda63b1
Author: Jens Mølgaard <address@hidden>
Date:   Wed Jun 5 20:59:30 2019 +1200

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index cd7d032..f51422e 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -258,6 +258,13 @@ dictionaries, including personal ones.")
        (home-page
         "http://linguistico.sourceforge.net/pages/dizionario_italiano.html";))))
 
+(define-public aspell-dict-mi
+  (aspell-dictionary "mi" "Maori"
+                     #:version "0.50-0"
+                     #:sha256
+                     (base32
+                      "12bxplpd348yx8d2q8qvahi9dlp7qf28qmanzhziwc7np8rixvmy")))
+
 (define-public aspell-dict-nl
   (aspell-dictionary "nl" "Dutch"
                      #:version "0.50-2"



reply via email to

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