guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: Add Finnish Aspell dictionary.


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

civodul pushed a commit to branch master
in repository guix.

commit c066a05094fb46b2665393443d25430c20fe528a
Author: Jens Mølgaard <address@hidden>
Date:   Wed Jun 5 20:58:02 2019 +1200

    gnu: Add Finnish Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-fi): 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 940ccd9..e00d96a 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -199,6 +199,14 @@ dictionaries, including personal ones.")
                      (base32
                       "1k5g328ac1hdpp6fsg57d8md6i0aqcwlszp3gbmp5706wyhpydmd")))
 
+(define-public aspell-dict-fi
+  (aspell-dictionary "fi" "Finnish"
+                     #:version "0.7-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "07d5s08ba4dd89cmwy9icc01i6fjdykxlb9ravmhdrhi8mxz1mzq")))
+
 (define-public aspell-dict-fr
   (aspell-dictionary "fr" "French"
                      #:version "0.50-3"



reply via email to

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