guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: Add Ukrainian Aspell dictionary.


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

civodul pushed a commit to branch master
in repository guix.

commit e77dd15a2dbb418d6f5302e8475c0a76fc24b79f
Author: Jens Mølgaard <address@hidden>
Date:   Wed Jun 5 21:02:36 2019 +1200

    gnu: Add Ukrainian Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-ul): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 945a53e..1bbe57a 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -311,6 +311,13 @@ dictionaries, including personal ones.")
                      (base32
                       "02jwkjhr32kvyibnyzgx3smbnm576jwdzg3avdf6zxwckhy5fw4v")))
 
+(define-public aspell-dict-uk
+  (aspell-dictionary "uk" "Ukrainian"
+                     #:version "1.4.0-0"
+                     #:sha256
+                     (base32
+                      "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m")))
+
 
 ;;;
 ;;; Hunspell packages made from the Aspell word lists.



reply via email to

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