python3Packages.docling-core: 2.30.1 -> 2.31.2 (#410917)

This commit is contained in:
Pol Dellaiera
2025-05-25 20:22:44 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "docling-core";
version = "2.30.1";
version = "2.31.2";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling-core";
tag = "v${version}";
hash = "sha256-HTWd3jEStoRlX9NYYEO3PmC9i/cn3k+SJ7RFP0fxa3M=";
hash = "sha256-O0GfEoWImDjehCPb8erBdY2gYalj2im8rxdJKEsbUs4=";
};
build-system = [