guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add Catalan dictionary for Aspell.


From: Ludovic Courtès
Subject: 01/01: gnu: Add Catalan dictionary for Aspell.
Date: Fri, 27 Oct 2017 15:00:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 99b9857be7bfe186841c59a7a0062f3021b7ecfc
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 27 11:57:47 2017 -0700

    gnu: Add Catalan dictionary for Aspell.
    
    Hola!
    
    * gnu/packages/aspell.scm (aspell-dict-ca): New variable.
---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index a78e917..3eeeee6 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -116,6 +116,13 @@ dictionaries, including personal ones.")
     (home-page "http://aspell.net/";)))
 
 
+(define-public aspell-dict-ca
+  (aspell-dictionary "ca" "Catalan"
+                     #:version "2.1.5-1"
+                     #:sha256
+                     (base32
+                      "1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
+
 (define-public aspell-dict-de
   (aspell-dictionary "de" "German"
                      #:version "20030222-1"



reply via email to

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