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

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

bug#59877: closed ([PATCH] gnu: Add aspell-dict-nb.)


From: GNU bug Tracking System
Subject: bug#59877: closed ([PATCH] gnu: Add aspell-dict-nb.)
Date: Wed, 14 Dec 2022 11:42:01 +0000

Your message dated Wed, 14 Dec 2022 12:40:57 +0100
with message-id <87o7s6rz5i.fsf@gnu.org>
and subject line Re: bug#59877: [PATCH] gnu: Add aspell-dict-nb.
has caused the debbugs.gnu.org bug report #59877,
regarding [PATCH] gnu: Add aspell-dict-nb.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59877: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59877
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add aspell-dict-nb. Date: Wed, 07 Dec 2022 10:43:41 +0100
* gnu/packages/aspell.scm (aspell-dict-nb): New variable.
---
 gnu/packages/aspell.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index ec0dafbc7a..9a5a9c6bcc 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -320,6 +320,14 @@ (define-public aspell-dict-nn
                      (base32
                       "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
 
+(define-public aspell-dict-nb
+  (aspell-dictionary "nb" "Norwegian Bokmål"
+                     #:version "0.50.1-2"
+                     #:prefix "aspell-"
+                     #:sha256
+                     (base32
+                      "1xvns7dwx2sc0msldj7r2hv0426913rg3dpnkxlrvnsyrxzjpbpc")))
+
 (define-public aspell-dict-pl
   (aspell-dictionary "pl" "Polish"
                      #:version "0.51-0"
-- 
2.38.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#59877: [PATCH] gnu: Add aspell-dict-nb. Date: Wed, 14 Dec 2022 12:40:57 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Simen Endsjø <simendsjo@gmail.com> skribis:

> * gnu/packages/aspell.scm (aspell-dict-nb): New variable.

Applied, thanks!


--- End Message ---

reply via email to

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