[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: Add aspell-dict-he.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: Add aspell-dict-he. |
Date: |
Wed, 23 Nov 2016 10:40:01 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 8553fe573463d52a565cd253c131d527e5aab5b2
Author: Efraim Flashner <address@hidden>
Date: Mon Nov 21 22:08:06 2016 +0200
gnu: Add aspell-dict-he.
* gnu/packages/aspell.scm (aspell-dict-he): New variable.
---
gnu/packages/aspell.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index b702412..b3ca380 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -1,7 +1,8 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
-;;; Copyright ©2016 John Darrington <address@hidden>
+;;; Copyright © 2016 John Darrington <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -155,3 +156,10 @@ dictionaries, including personal ones.")
#:sha256
(base32
"0ffb87yjsh211hllpc4b9khqqrblial4pzi1h9r3v465z1yhn3j4")))
+
+(define-public aspell-dict-he
+ (aspell-dictionary "he" "Hebrew"
+ #:version "1.0-0"
+ #:sha256
+ (base32
+ "13bhbghx5b8g0119g3wxd4n8mlf707y41vlf59irxjj0kynankfn")))