Skip to content

Commit 9b013d4

Browse files
authored
python312Packages.unstructured-inference: 0.8.7 -> 0.8.9 (NixOS#389982)
2 parents 3baa334 + ec734bd commit 9b013d4

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/unstructured-inference

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/unstructured-inference/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "unstructured-inference";
26-
version = "0.8.7";
26+
version = "0.8.9";
2727
format = "setuptools";
2828

2929
src = fetchFromGitHub {
3030
owner = "Unstructured-IO";
3131
repo = "unstructured-inference";
3232
tag = version;
33-
hash = "sha256-uH7LDezHZrD1zeWMDzrZZALGf0oocIVZl68MactBFGQ=";
33+
hash = "sha256-4wfZFu0551jbpeSYq6RHrDpThm+B2tygVwLlggPkbog=";
3434
};
3535

3636
propagatedBuildInputs =

0 commit comments

Comments
 (0)