diff options
Diffstat (limited to 'src/xyz')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 01fb4b3..b327ee7 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -469,6 +469,7 @@ under permissive licensing terms. See the 'Copyright' file.")))) (let ((s "Hunspell dictionary for Brazilian Portuguese")) (package (inherit (aspell-word-list "pt_BR" s)) + (version "2013.10.30") (source (origin (method url-fetch) (uri "https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20131030-12-0.tar.bz2") |