efraim pushed a commit to branch master
in repository guix.

commit 0e1b4d8eec3a0b8e534f172435b2e6a6abc0763b
Author: Efraim Flashner <[email protected]>
Date:   Sat Dec 9 22:56:59 2017 +0200

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

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 4c08679..ec8fa05 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015, 2017 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2015, 2016 Alex Kost <[email protected]>
 ;;; Copyright © 2016 John Darrington <[email protected]>
-;;; Copyright © 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Christopher Andersson <[email protected]>
 ;;; Copyright © 2016 Theodoros Foradis <[email protected]>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]>
@@ -140,10 +140,10 @@ dictionaries, including personal ones.")
 
 (define-public aspell-dict-en
   (aspell-dictionary "en" "English"
-                     #:version "2017.01.22-0"
+                     #:version "2017.08.24-0"
                      #:sha256
                      (base32
-                      "1qamzpw1fsnn5n9jpsnnnzqj1a0m0xvsikmkdp5a6pmb7sp3ziwk")))
+                      "0z2vvm1by485cm0sna21cmw6zb771c2l2lnn676zmrwm46q65d89")))
 
 (define-public aspell-dict-eo
   (aspell-dictionary "eo" "Esperanto"

Reply via email to