emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39388: closed ([PATCH] gnu: Add Slovenian Aspell dictionary.)


From: GNU bug Tracking System
Subject: bug#39388: closed ([PATCH] gnu: Add Slovenian Aspell dictionary.)
Date: Sun, 02 Feb 2020 18:56:02 +0000

Your message dated Sun, 2 Feb 2020 20:54:45 +0200
with message-id <20200202185445.GI9517@E5400>
and subject line Re: [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary.
has caused the debbugs.gnu.org bug report #39388,
regarding [PATCH] gnu: Add Slovenian Aspell dictionary.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39388: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39388
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add Slovenian Aspell dictionary. Date: Sun, 2 Feb 2020 15:43:05 +0100
* 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 <address@hidden>
 ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Jens Mølgaard <address@hidden>
+;;; Copyright © 2020 Timotej Lazar <address@hidden>
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39388] [PATCH] gnu: Add Slovenian Aspell dictionary. Date: Sun, 2 Feb 2020 20:54:45 +0200
Looks good. Patch pushed.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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