guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add Slovenian Aspell dictionary.


From: guix-commits
Subject: branch master updated: gnu: Add Slovenian Aspell dictionary.
Date: Sun, 02 Feb 2020 13:53:55 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e8a7ed  gnu: Add Slovenian Aspell dictionary.
5e8a7ed is described below

commit 5e8a7edce9aec0919c48c846d8d1bc15cbbf757a
Author: Timotej Lazar <address@hidden>
AuthorDate: Sun Feb 2 15:43:05 2020 +0100

    gnu: Add Slovenian Aspell dictionary.
    
    * gnu/packages/aspell.scm (aspell-dict-sl): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/aspell.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index af38c14..c88b8a2 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"



reply via email to

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