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-pl.


From: guix-commits
Subject: branch master updated: gnu: Add aspell-dict-pl.
Date: Wed, 29 Apr 2020 15:53:51 -0400

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 e118837  gnu: Add aspell-dict-pl.
e118837 is described below

commit e118837ede3f96bc76c7db22f1fc2cc348099507
Author: Marcin Karpezo <address@hidden>
AuthorDate: Wed Apr 29 16:49:36 2020 +0200

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index b11a2db..689fe64 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2016, 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 Jens Mølgaard <address@hidden>
 ;;; Copyright © 2020 Timotej Lazar <address@hidden>
+;;; Copyright © 2020 Marcin Karpezo <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -298,6 +299,13 @@ dictionaries, including personal ones.")
                      (base32
                       "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))
 
+(define-public aspell-dict-pl
+  (aspell-dictionary "pl" "Polish"
+                     #:version "0.51-0"
+                     #:sha256
+                     (base32
+                      "1a3ccji6k5gys7l3ilr2lh5pzxgzb7ipc5vb737svl6nqgdy8757")))
+
 (define-public aspell-dict-pt-br
   (aspell-dictionary "pt_BR" "Brazilian Portuguese"
                      #:version "20131030-12-0"



reply via email to

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