guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: aspell-dict-en: Update to 2016.01.19-0.


From: Alex Kost
Subject: 07/07: gnu: aspell-dict-en: Update to 2016.01.19-0.
Date: Mon, 25 Jan 2016 19:17:40 +0000

alezost pushed a commit to branch master
in repository guix.

commit 0833d0c0256755d0e46301a6854f55b2ddcf381f
Author: Alex Kost <address@hidden>
Date:   Sun Jan 24 11:14:59 2016 +0300

    gnu: aspell-dict-en: Update to 2016.01.19-0.
    
    * gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.01.19-0.
---
 gnu/packages/aspell.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 38ed997..2425d1c 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015 Alex Kost <address@hidden>
+;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -89,10 +89,10 @@ dictionaries, including personal ones.")
 
 (define-public aspell-dict-en
   (aspell-dictionary "en" "English"
-                     #:version "7.1-0"
+                     #:version "2016.01.19-0"
                      #:sha256
                      (base32
-                      "02ldfiny4iakgfgy4sdrzjqdzi7l1rmb6y30lv31kfy5x31g77gz")))
+                      "01h4cl4lngp6mcfbyb47cjrc2gspyg2519dvknd97ki896nx7vcn")))
 
 (define-public aspell-dict-eo
   (aspell-dictionary "eo" "Esperanto"



reply via email to

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