python3Packages.docling: 2.42.0 -> 2.43.0

https://github.com/DS4SD/docling/blob/v2.43.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:12 +02:00
parent e678322cf3
commit 87758e76ec
@@ -52,14 +52,14 @@
buildPythonPackage rec {
pname = "docling";
version = "2.42.0";
version = "2.43.0";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling";
tag = "v${version}";
hash = "sha256-9HUomW55Yg5N7u3Wb4imzRUYECeGkb3lkHPLEGzuAnA=";
hash = "sha256-fMLED97DhfHp74GVDtdPXrJvfpKw6bOvQAaGTWZrPyE=";
};
build-system = [