Skip to content

Commit

Permalink
python312Packages.unstructured: 0.16.11 -> 0.16.13 (NixOS#373572)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Jan 13, 2025
2 parents 3c547e6 + 6ddc024 commit 04d9690
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 @@ -113,7 +113,7 @@
grpcio,
}:
let
version = "0.16.11";
version = "0.16.13";
in
buildPythonPackage {
pname = "unstructured";
Expand All @@ -124,7 +124,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
tag = version;
hash = "sha256-+I5eXG/ICmYPDTavDnyLlopIvoABjdDwOyfotrNs6qs=";
hash = "sha256-VVgSrXqfWEOjZAU54rGBW3m4FxZKJDmbFsWdgjiqMSs=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 04d9690

Please sign in to comment.