diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 01:18:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-07 01:18:18 +0200 |
commit | 36175a3a9eb5bd4096de4e06e1f6b0e8cd895d84 (patch) | |
tree | 7c2d8dd2267b2dc533d5f59acc137641e2325e52 /gnu/packages/dictionaries.scm | |
parent | 42dcfca4cc424aa790d8fb62eb327782fd08aad7 (diff) | |
parent | c72647fbae675654e32e17a6891980a7b9272a71 (diff) | |
download | guix-36175a3a9eb5bd4096de4e06e1f6b0e8cd895d84.tar guix-36175a3a9eb5bd4096de4e06e1f6b0e8cd895d84.tar.gz |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/dictionaries.scm')
-rw-r--r-- | gnu/packages/dictionaries.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 9f4dc59cc8..d3a3f8d832 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -218,7 +218,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.") (define-public grammalecte (package (name "grammalecte") - (version "1.1.1") + (version "1.2") (source (origin (method url-fetch/zipbomb) @@ -226,7 +226,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.") "Grammalecte-fr-v" version ".zip")) (sha256 (base32 - "1al4c3976wgxijxghxqb1banarj82hwad51kln87xj2r5kwcfm05")))) + "0dwizai6w9yn617y7cnqdiwv77vn22p18s9sypypbl1bl695cnma")))) (build-system python-build-system) (home-page "https://grammalecte.net") (synopsis "French spelling and grammar checker") |