diff mbox series

[bug#36087,7/9] gnu: Add Norwegian Nynorsk Aspell dictionary.

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

Commit Message

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

diff mbox series

Patch

From dbac24a3ce189275d74f5cfc081c4a30e7197fb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 21:00:46 +1200
Subject: [PATCH 7/9] gnu: Add Norwegian Nynorsk Aspell dictionary.

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index f51422ee07..dde2a6379b 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -273,6 +273,13 @@  dictionaries, including personal ones.")
                      (base32
                       "0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
 
+(define-public aspell-dict-nn
+  (aspell-dictionary "nn" "Norwegian Nynorsk"
+                     #:version "0.50.1-1"
+                     #:sha256
+                     (base32
+                      "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
+
 (define-public aspell-dict-pt-br
   (aspell-dictionary "pt-br" "Brazilian Portuguese"
                      #:version "20090702-0"
-- 
2.21.0