about summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell
diff options
context:
space:
mode:
authorMartin Milata <martin@martinmilata.cz>2020-02-13 21:02:24 +0100
committerMartin Milata <martin@martinmilata.cz>2020-02-13 21:03:14 +0100
commit873a6650bbe68cf5f781fb32c1e77ca7fc9868e9 (patch)
tree481eb9229acda8fc4d6611300c43401b70b92e51 /pkgs/development/libraries/hunspell
parent8f151b5022c0ee3e9bdf872e93948d3a939f157f (diff)
downloadnixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar.gz
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar.bz2
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar.lz
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar.xz
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.tar.zst
nixlib-873a6650bbe68cf5f781fb32c1e77ca7fc9868e9.zip
hunspellDicts: libreoffice: 6.2.0.3 -> 6.3.0.4
Diffstat (limited to 'pkgs/development/libraries/hunspell')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index fb64aa81d1a0..386a18f641fe 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -272,13 +272,13 @@ let
     , sourceRoot ? dictFileName }:
     mkDict rec {
       name = "hunspell-dict-${shortName}-libreoffice-${version}";
-      version = "6.2.0.3";
+      version = "6.3.0.4";
       inherit dictFileName readmeFile;
       src = fetchFromGitHub {
         owner = "LibreOffice";
         repo = "dictionaries";
         rev = "libreoffice-${version}";
-        sha256 = "0rw9ahhynia5wsgyd67lrhinqqn1s1rizgiykb3palbyk0lv72xj";
+        sha256 = "14z4b0grn7cw8l9s7sl6cgapbpwhn1b3gwc3kn6b0k4zl3dq7y63";
       };
       buildPhase = ''
         cp -a ${sourceRoot}/* .