Skip to content

Commit

Permalink
Merge pull request NixOS#312806 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.unstructured

python311Packages.unstructured: 0.13.7 -> 0.14.2
  • Loading branch information
natsukium authored May 26, 2024
2 parents a457dae + 62a85b2 commit 95e87a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.13.7";
version = "0.14.2";
optional-dependencies = {
huggingflace = [
langdetect
Expand Down Expand Up @@ -100,7 +100,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-Ekfa454mL7isMX79bd/YXPPHnetSzo1Mlg/XJakYyDM=";
hash = "sha256-zJK4QAfMz2uiMYe3tGxISZB4kKUwKeE44aB6s1iMUPQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 95e87a9

Please sign in to comment.