diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-19 23:06:00 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 05:36:57 +0100 |
| commit | 4dec10baa8b8391ac782eaca016f2421ecca10fa (patch) | |
| tree | 06663bfec218488c2afe8a5867de6069aedb7f68 | |
| parent | d36935cdd10788bc421eff9deea9eb44a1b20619 (diff) | |
gnu: hunspell: Update to 1.5.4.
* gnu/packages/libreoffice.scm (hunspell): Update to 1.5.4.
[source]: Add a file-name.
| -rw-r--r-- | gnu/packages/libreoffice.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 279e8e2d228..1ad18df94d2 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm | |||
| @@ -631,14 +631,15 @@ Works word processor file format.") | |||
| 631 | (define-public hunspell | 631 | (define-public hunspell |
| 632 | (package | 632 | (package |
| 633 | (name "hunspell") | 633 | (name "hunspell") |
| 634 | (version "1.3.3") | 634 | (version "1.5.4") |
| 635 | (source | 635 | (source |
| 636 | (origin | 636 | (origin |
| 637 | (method url-fetch) | 637 | (method url-fetch) |
| 638 | (uri (string-append "mirror://sourceforge/" name "/Hunspell/" version "/" | 638 | (uri (string-append "https://github.com/hunspell/hunspell/archive/v" |
| 639 | name "-" version ".tar.gz")) | 639 | version ".tar.gz")) |
| 640 | (sha256 (base32 | 640 | (sha256 (base32 |
| 641 | "0v14ff9s37vkh45diaddndcrj0hmn67arh8xh8k79q9c1vgc1cm7")))) | 641 | "0ngwk18dwd8p5a5f20h2jlgrz9wbc1k189mmmprb2zmqwfi02b45")) |
| 642 | (file-name (string-append name "-" version ".tar.gz")))) | ||
| 642 | (build-system gnu-build-system) | 643 | (build-system gnu-build-system) |
| 643 | (home-page "http://hunspell.sourceforge.net/") | 644 | (home-page "http://hunspell.sourceforge.net/") |
| 644 | (synopsis "Spell checker") | 645 | (synopsis "Spell checker") |
