File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/unstructured-inference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323
2424buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments