Skip to content

Commit

Permalink
Merge pull request NixOS#276268 from happysalada/update_unstructured
Browse files Browse the repository at this point in the history
Update unstructured
  • Loading branch information
happysalada authored Dec 24, 2023
2 parents 7a914dd + a4045f5 commit cb57447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

buildPythonPackage rec {
pname = "unstructured-inference";
version = "0.7.18";
version = "0.7.21";
format = "setuptools";

src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
rev = "refs/tags/${version}";
hash = "sha256-zCsWFiQlaUGlIr0PjaNl6FuiiWmVDtKTJQQDPj6g12M=";
hash = "sha256-EuLzQHtcAPNuKCrUXHPbgF5i3QDvst/XOZ9RcCck+N8=";
};

postPatch = ''
Expand Down
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 @@ -56,7 +56,7 @@
, grpcio
}:
let
version = "0.11.2";
version = "0.11.6";
optional-dependencies = {
huggingflace = [
langdetect
Expand Down Expand Up @@ -90,7 +90,7 @@ buildPythonPackage {
owner = "Unstructured-IO";
repo = "unstructured";
rev = "refs/tags/${version}";
hash = "sha256-kMgmvUUn8AA0md412WJgHdlkAA8bBGWOdi2C4ief8Iw=";
hash = "sha256-ZZVd7WIQA79bzclE8BhDhJJi3RF0ODSj+6mqGSHgKv0=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit cb57447

Please sign in to comment.