python311Packages.unstructured: 0.13.0 -> 0.13.2

This commit is contained in:
R. Ryantm 2024-04-06 16:40:43 +00:00
parent f6eb921406
commit 54cdd344ae
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.13.0";
version = "0.13.2";
optional-dependencies = {
huggingflace = [
langdetect
@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-zRQOFYAh4QpDNlSPi1h70eOmw/8aTa6yAKBSgTuIhME=";
hash = "sha256-6pR/tewHWstgIqqD8Jwj+AQutdhXU5aufm6RiEpXr9s=";
};
propagatedBuildInputs = [