* [bug#44473] [PATCH] gnu: Add Czech Aspell dictionary.
@ 2020-11-05 20:37 Noah Landis
2020-11-08 20:02 ` bug#44473: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Noah Landis @ 2020-11-05 20:37 UTC (permalink / raw)
To: 44473
From 83b59f0b73c3d8c1b5a4114811a782aa8773d87c Mon Sep 17 00:00:00 2001
From: Noah Landis <noahlandis@posteo.net>
Date: Thu, 5 Nov 2020 13:35:37 -0700
Subject: [PATCH] gnu: Add Czech Aspell dictionary.
---
gnu/packages/aspell.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 7d3c2ef1c3..5b059a939e 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
+;;; Copyright © 2020 Noah Landis <noahlandis@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -170,6 +171,13 @@ dictionaries, including personal ones.")
(hash (content-hash sha256))))
(home-page "https://www.softcatala.org/pub/softcatala/aspell/"))))
+(define-public aspell-dict-cs
+ (aspell-dictionary "cs" "Czech"
+ #:version "20040614-1"
+ #:sha256
+ (base32
+ "0rihj4hsw96pd9casvmpvw3r8040pfa28p1h73x4vyn20zwr3h01")))
+
(define-public aspell-dict-de
(aspell-dictionary "de" "German"
#:version "20161207-7-0"
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44473: [PATCH] gnu: Add Czech Aspell dictionary.
2020-11-05 20:37 [bug#44473] [PATCH] gnu: Add Czech Aspell dictionary Noah Landis
@ 2020-11-08 20:02 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-11-08 20:02 UTC (permalink / raw)
To: Noah Landis; +Cc: 44473-done
[-- Attachment #1: Type: text/plain, Size: 299 bytes --]
I changed the commit message to fit the conventions we use. Patch
pushed! Thanks.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-08 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 20:37 [bug#44473] [PATCH] gnu: Add Czech Aspell dictionary Noah Landis
2020-11-08 20:02 ` bug#44473: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.