gnu: diction: Update to 1.14.
* gnu/packages/dictionaries.scm (diction): Update to 1.14.
This commit is contained in:
parent
53ddc6a71f
commit
ec93777e89
@ -3,7 +3,7 @@
|
|||||||
;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
||||||
;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr>
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
@ -140,14 +140,14 @@ http://gcide.gnu.org.ua/")
|
|||||||
;; Not quite a dictionary, not quite a spell checker either…
|
;; Not quite a dictionary, not quite a spell checker either…
|
||||||
(package
|
(package
|
||||||
(name "diction")
|
(name "diction")
|
||||||
(version "1.11")
|
(version "1.14")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://gnu/diction/diction-"
|
(method url-fetch)
|
||||||
version ".tar.gz"))
|
(uri (string-append "http://www.moria.de/~michael/diction/diction-"
|
||||||
(sha256
|
version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"1xi4l1x1vvzmzmbhpx0ghmfnwwrhabjwizrpyylmy3fzinzz3him"))))
|
(base32 "1z6p5x3l1a00h4v4s33qa82fznzc1jdqdnlc4dnmd9nblnrjy0fs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Identifies wordy and commonly misused phrases")
|
(synopsis "Identifies wordy and commonly misused phrases")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user