Skip to content

Commit 1a1bcd2

Browse files
authored
python312Packages.unstructured-inference: 0.8.6 -> 0.8.7 (#382640)
2 parents 0979d43 + 39baff5 commit 1a1bcd2

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.6";
26+
version = "0.8.7";
2727
format = "setuptools";
2828

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

3636
propagatedBuildInputs =
@@ -90,7 +90,7 @@ buildPythonPackage rec {
9090
meta = with lib; {
9191
description = "hosted model inference code for layout parsing models";
9292
homepage = "https://github.com/Unstructured-IO/unstructured-inference";
93-
changelog = "https://github.com/Unstructured-IO/unstructured-inference/blob/${src.rev}/CHANGELOG.md";
93+
changelog = "https://github.com/Unstructured-IO/unstructured-inference/blob/${src.tag}/CHANGELOG.md";
9494
license = licenses.asl20;
9595
maintainers = with maintainers; [ happysalada ];
9696
platforms = [

0 commit comments

Comments
 (0)