aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/aspell.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 509d428f64..3469c7a3ec 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu>
;;; Copyright © 2016 Theodoros Foradis <theodoros.for@openmailbox.org>
+;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -123,10 +124,10 @@ dictionaries, including personal ones.")
(define-public aspell-dict-en
(aspell-dictionary "en" "English"
- #:version "2016.11.20-0"
+ #:version "2017.01.22-0"
#:sha256
(base32
- "1496jnhh2jvhkzcj0p4vy89bcs4g5wz6a76m33vw4dhchn5xm9jw")))
+ "1qamzpw1fsnn5n9jpsnnnzqj1a0m0xvsikmkdp5a6pmb7sp3ziwk")))
(define-public aspell-dict-eo
(aspell-dictionary "eo" "Esperanto"
href='/guix/commit/tests/guix-environment.sh?id=f943c317fb714075b455d4a30f631c8cb45732b4'>environment: Add '--root' option....Ludovic Courtès 2016-07-26environment: Set 'GUIX_ENVIRONMENT' to the profile....Ludovic Courtès 2016-06-05profiles: 'profile-derivation' now honors #:system....Ludovic Courtès 2016-02-12scripts: environment: Build environments as profiles....David Thompson 2015-11-02tests: Set 'SHELL' for 'guix environment'....Ludovic Courtès 2015-10-30scripts: environment: Allow lists of packages in expressions....David Thompson 2015-10-29scripts: environment: Allow mixing regular and ad-hoc packages....David Thompson 2015-10-09scripts: environment: Use system* instead of system....David Thompson 2015-07-08tests: Test the exit code of 'guix environment'....Ludovic Courtès 2015-07-01environment: For --ad-hoc, allow users to specify an output....Ludovic Courtès 2015-07-01environment: Add only the specified outputs of the dependencies....Ludovic Courtès 2015-07-01tests: Add tests for 'guix environment'....Ludovic Courtès