guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add aspell-dict-bn.


From: guix-commits
Subject: branch master updated: gnu: Add aspell-dict-bn.
Date: Mon, 02 Jan 2023 20:31:30 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8cebb78bba gnu: Add aspell-dict-bn.
8cebb78bba is described below

commit 8cebb78bbab7f6ae207c763392d20af2ffce5946
Author: Akib Azmain Turja <akib@disroot.org>
AuthorDate: Tue Jan 3 09:29:13 2023 +0800

    gnu: Add aspell-dict-bn.
    
    * gnu/packages/aspell.scm (aspell-dict-bn): New variable.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/aspell.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 9a5a9c6bcc..76deb7cdce 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -171,6 +171,13 @@ dictionaries, including personal ones.")
                      (base32
                       "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm")))
 
+(define-public aspell-dict-bn
+  (aspell-dictionary "bn" "Bengali"
+                     #:version "0.01.1-1"
+                     #:sha256
+                     (base32
+                      "1nc02jd67iggirwxnhdvlvaqm0xfyks35c4psszzj3dhzv29qgxh")))
+
 (define-public aspell-dict-ca
   (let ((version "2.5.0")
         (sha256



reply via email to

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