From c6a09d176dcfc11954ddb3df169fcbe6e4b9b98c Mon Sep 17 00:00:00 2001 From: Yovan Naumovski Date: Tue, 21 Feb 2023 22:12:24 +0200 Subject: [PATCH] gnu: Add aspell-dict-bg. --- gnu/packages/aspell.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm index 8978b4e087..18d19027a4 100644 --- a/gnu/packages/aspell.scm +++ b/gnu/packages/aspell.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2020 Noah Landis ;;; Copyright © 2021 Sergiu Ivanov +;;; Copyright © 2023 Yovan Naumovski ;;; ;;; This file is part of GNU Guix. ;;; @@ -171,6 +172,14 @@ (define-public aspell-dict-be (base32 "1svls9p7rsfi3hs0afh0cssj006qb4v1ik2yzqgj8hm10c6as2sm"))) +(define-public aspell-dict-bg + (aspell-dictionary "bg" "Bulgarian" + #:version "4.1-0" + #:prefix "aspell6-" + #:sha256 + (base32 + "1alacmgpfk0yrgq83y23d16fhav1bxmb98kg8d2a5r9bvh2h0mvl"))) + (define-public aspell-dict-bn (aspell-dictionary "bn" "Bengali" #:version "0.01.1-1" -- 2.39.1