python3Packages.docling-parse: 4.0.5 -> 4.1.0 (#424693)

This commit is contained in:
Paul Meyer 2025-07-16 09:04:49 +02:00 committed by GitHub
commit e648f8983e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "docling-parse";
version = "4.0.5";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling-parse";
tag = "v${version}";
hash = "sha256-H8/T9gwQ6MeNsNcJ5I9cVnQVFEXHfmqYCxhkxszD8/w=";
hash = "sha256-1vl5Ij25NXAwhoXLJ35lcr5r479jrdKd9DxWhYbCApw=";
};
dontUseCmakeConfigure = true;