From 84a938ffce4ccdbe44c3497fd5c6f6830322a772 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jens=20M=C3=B8lgaard?= <jens@zete.tk>
Date: Wed, 5 Jun 2019 21:02:36 +1200
Subject: [PATCH 9/9] gnu: Add Ukrainian Aspell dictionary.
---
gnu/packages/aspell.scm | 7 +++++++
1 file changed, 7 insertions(+)
@@ -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.
--
2.21.0