guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: Add Hindi Aspell dictionary.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: Add Hindi Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-hi): 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 e00d96a..cd7d032 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -229,6 +229,14 @@ dictionaries, including personal ones.")
                      (base32
                       "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))
 
+(define-public aspell-dict-hi
+  (aspell-dictionary "hi" "Hindi"
+                     #:version "0.02-0"
+                     #:prefix "aspell6-"
+                     #:sha256
+                     (base32
+                      "0drs374qz4419zx1lf2k281ydxf2750jk5ailafj1x0ncz27h1ys")))
+
 (define-public aspell-dict-it
   (let ((version "2.4-20070901-0")
         (sha256



reply via email to

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