about summary refs log tree commit diff
diff options
context:
space:
mode:
authora-n-n-a-l-e-e <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-02-28 17:00:06 -0800
committerGitHub <noreply@github.com>2024-02-28 17:00:06 -0800
commit123ea1e2e391c09f074e3c7327a9a1169c341c9d (patch)
tree2fefa34b591a12eedb6bf22d141f7096401f9439
parent70576b917ef0afa1229354e119a05e5bd878e296 (diff)
parent877afa8eda9d5d9c1f59724c3e43a2d3964da47c (diff)
downloadnixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar.gz
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar.bz2
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar.lz
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar.xz
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.tar.zst
nixlib-123ea1e2e391c09f074e3c7327a9a1169c341c9d.zip
Merge pull request #292055 from toastal/thai-hunspell-update
hunspellDicts.th_TH: experimental-2023-03-01 → experimental-2024-02-27
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index dbaa4888922c..d62f672f0660 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -828,14 +828,14 @@ rec {
   th_TH = th-th;
   th-th = mkDict {
     pname = "hunspell-dict-th-th";
-    version = "experimental-2023-03-01";
+    version = "experimental-2024-02-27";
     dictFileName = "th_TH";
     readmeFile = "README.md";
     src = fetchFromGitHub {
       owner = "SyafiqHadzir";
       repo = "Hunspell-TH";
-      rev = "9c09f1b7c0eb4d04b9f6f427901686c5c3d9fa54";
-      sha256 = "1wszpnbgj31k72x1vvcfkzcpmxsncdpqsi3zagah7swilpi7cqm4";
+      rev = "62d35f9211ca1eb4c367eac2ae57193efe6e88d2";
+      sha256 = "sha256-t4m4u+qIgJPrKz58Cu2Q+knYm/+cvrNLzQsiiSRTB1A=";
     };
     meta = with lib; {
       description = "Hunspell dictionary for Central Thai (Thailand)";