guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: Add Italian Aspell dictionary.


From: Federico Beffa
Subject: 10/10: gnu: Add Italian Aspell dictionary.
Date: Wed, 03 Feb 2016 09:50:38 +0000

beffa pushed a commit to branch master
in repository guix.

commit 3a6a0f6013a5953711c71ea2745e1144d125e7fb
Author: Federico Beffa <address@hidden>
Date:   Thu Jan 7 13:55:57 2016 +0100

    gnu: Add Italian Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-it): New variable.
---
 gnu/packages/aspell.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index ede2170..7d087d8 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -132,3 +132,10 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw")))
+
+(define-public aspell-dict-it
+  (aspell-dictionary "it" "Italian"
+                     #:version "2.2_20050523-0"
+                     #:sha256
+                     (base32
+                      "1gdf7bc1a0kmxsmphdqq8pl01h667mjsj6hihy6kqy14k5qdq69v")))



reply via email to

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