* [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary.
@ 2020-02-02 14:43 Timotej Lazar
2020-02-02 18:54 ` bug#39388: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-02-02 14:43 UTC (permalink / raw)
To: 39388; +Cc: Timotej Lazar
* gnu/packages/aspell.scm (aspell-dict-sl): New variable.
---
gnu/packages/aspell.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index af38c149c2..c88b8a25a2 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
+;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -319,6 +320,14 @@ dictionaries, including personal ones.")
(base32
"0ip6nq43hcr7vvzbv4lwwmlwgfa60hrhsldh9xy3zg2prv6bcaaw")))
+(define-public aspell-dict-sl
+ (aspell-dictionary "sl" "Slovenian"
+ #:version "0.50-0"
+ #:prefix "aspell-"
+ #:sha256
+ (base32
+ "1l9kc5g35flq8kw9jhn2n0bjb4sipjs4qkqzgggs438kywkx2rp5")))
+
(define-public aspell-dict-sv
(aspell-dictionary "sv" "Swedish"
#:version "0.51-0"
--
2.25.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39388: [PATCH] gnu: Add Slovenian Aspell dictionary.
2020-02-02 14:43 [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary Timotej Lazar
@ 2020-02-02 18:54 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-02-02 18:54 UTC (permalink / raw)
To: Timotej Lazar; +Cc: 39388-done
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]
Looks good. Patch pushed.
--
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-02-02 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-02 14:43 [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary Timotej Lazar
2020-02-02 18:54 ` bug#39388: " 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.