python3Packages.llama-index-node-parser-docling: 0.4.1 -> 0.4.2 (#469250)

This commit is contained in:
Fabian Affolter
2025-12-09 21:29:10 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-node-parser-docling";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
src = fetchPypi {
pname = "llama_index_node_parser_docling";
inherit version;
hash = "sha256-1Nauru9zoHaUvDiAQ2ZPwGXjwLQj2ztBaCpEHsr3YfM=";
hash = "sha256-CxrHPdNq+7bVfwEbtKzStiqXRGXlOChoeN0ADIjZ7kE=";
};
build-system = [ hatchling ];