python312Packages.unstructured: 0.16.8 -> 0.16.11 (#364719)

authored by Nick Cao and committed by GitHub b7597ac2 eb801444

+3 -3
+3 -3
pkgs/development/python-modules/unstructured/default.nix
··· 57 grpcio, 58 }: 59 let 60 - version = "0.16.8"; 61 optional-dependencies = { 62 huggingflace = [ 63 langdetect ··· 99 src = fetchFromGitHub { 100 owner = "Unstructured-IO"; 101 repo = "unstructured"; 102 - rev = "refs/tags/${version}"; 103 - hash = "sha256-TIJ1cfti+zF9sP0LrIIue9F8n8gRAy5+8hb4cIzHk2U="; 104 }; 105 106 propagatedBuildInputs = [
··· 57 grpcio, 58 }: 59 let 60 + version = "0.16.11"; 61 optional-dependencies = { 62 huggingflace = [ 63 langdetect ··· 99 src = fetchFromGitHub { 100 owner = "Unstructured-IO"; 101 repo = "unstructured"; 102 + tag = version; 103 + hash = "sha256-+I5eXG/ICmYPDTavDnyLlopIvoABjdDwOyfotrNs6qs="; 104 }; 105 106 propagatedBuildInputs = [