lol

python312Packages.unstructured-inference: 0.8.6 -> 0.8.7 (#382640)

authored by

Yt and committed by
GitHub
1a1bcd2d 0979d431

+3 -3
+3 -3
pkgs/development/python-modules/unstructured-inference/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "unstructured-inference"; 26 - version = "0.8.6"; 26 + version = "0.8.7"; 27 27 format = "setuptools"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "Unstructured-IO"; 31 31 repo = "unstructured-inference"; 32 32 tag = version; 33 - hash = "sha256-m0gOireJlLgYZ1iETxObYvISUrnCCzdtWwjYU26czJs="; 33 + hash = "sha256-uH7LDezHZrD1zeWMDzrZZALGf0oocIVZl68MactBFGQ="; 34 34 }; 35 35 36 36 propagatedBuildInputs = ··· 90 90 meta = with lib; { 91 91 description = "hosted model inference code for layout parsing models"; 92 92 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"; 94 94 license = licenses.asl20; 95 95 maintainers = with maintainers; [ happysalada ]; 96 96 platforms = [