diff mbox series

[bug#36087,5/9] gnu: Add Hindi Aspell dictionary.

Message ID 87k1e0jsxj.fsf@zete.tk
State Accepted
Headers show
Series Add further Aspell dictionaries. | expand

Commit Message

Jens Mølgaard June 5, 2019, 9:13 a.m. UTC

diff mbox series

Patch

From 33b4dc56fc1438ce81034d4a985887021637153b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 20:58:51 +1200
Subject: [PATCH 5/9] gnu: Add Hindi Aspell dictionary.

---
 gnu/packages/aspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index e00d96a019..cd7d0324f3 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
-- 
2.21.0