guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: Add Ancient Greek Aspell dictionary.


From: Tobias Geerinckx-Rice
Subject: 04/08: gnu: Add Ancient Greek Aspell dictionary.
Date: Tue, 20 Dec 2016 04:51:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit d36935cdd10788bc421eff9deea9eb44a1b20619
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 19 21:47:46 2016 +0100

    gnu: Add Ancient Greek Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-grc): New variable.
---
 gnu/packages/aspell.scm |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 4482138..188e91d 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -183,3 +183,10 @@ dictionaries, including personal ones.")
                      #:sha256
                      (base32
                       "1ljcc30zg2v2h3w5h5jr5im41mw8jbsgvvhdd2cii2yzi8d0zxja")))
+
+(define-public aspell-dict-grc
+  (aspell-dictionary "grc" "Ancient Greek"
+                     #:version "0.02-0"
+                     #:sha256
+                     (base32
+                      "1zxr8958v37v260fkqd4pg37ns5h5kyqm54hn1hg70wq5cz8h512")))



reply via email to

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