aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-24 18:43:16 -0300
committerEuAndreh <eu@euandre.org>2021-06-24 18:43:16 -0300
commit99e7e8ea245f3835ecb9b372c74629ef6f8a6081 (patch)
tree88ee6c2d8ad6ee7ace569f78b64835b0ddd2ba97 /src
parentsrc/xyz/euandreh/queue.scm: Add initial definition of Hunspell dicts for pt_B... (diff)
downloadpackage-repository-99e7e8ea245f3835ecb9b372c74629ef6f8a6081.tar.gz
package-repository-99e7e8ea245f3835ecb9b372c74629ef6f8a6081.tar.xz
src/xyz/euandreh/queue.scm: Add version to hunspell-dict-pt-br
Diffstat (limited to 'src')
-rw-r--r--src/xyz/euandreh/queue.scm1
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")