Skip to content

Commit

Permalink
python312Packages.unstructured: 0.16.8 -> 0.16.11 (NixOS#364719)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 13, 2024
2 parents eb80144 + 8d5562a commit b7597ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/unstructured/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
grpcio,
}:
let
version = "0.16.8";
version = "0.16.11";
optional-dependencies = {
huggingflace = [
langdetect
Expand Down Expand Up @@ -99,8 +99,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-TIJ1cfti+zF9sP0LrIIue9F8n8gRAy5+8hb4cIzHk2U=";
tag = version;
hash = "sha256-+I5eXG/ICmYPDTavDnyLlopIvoABjdDwOyfotrNs6qs=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b7597ac

Please sign in to comment.