docling: downgrade to 2.38.1 to unblock docling-parse test failure

This commit is contained in:
codgician
2025-07-19 13:45:53 +08:00
parent 7189c1969b
commit a4eba7d754
2 changed files with 4 additions and 4 deletions

View File

@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "docling-core";
version = "2.43.0";
version = "2.38.1";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling-core";
tag = "v${version}";
hash = "sha256-c9TaX4INfTfR3ZpmXbOteHr2R2jAbVzvMk8tO1XV4Nc=";
hash = "sha256-zfpinXjZrGp5SF5IXLSP/A9Kb1WzqXXtIhhk/G3nY4k=";
};
build-system = [

View File

@@ -52,14 +52,14 @@
buildPythonPackage rec {
pname = "docling";
version = "2.41.0";
version = "2.38.1";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling";
tag = "v${version}";
hash = "sha256-GD052HCqBLs+KUkOUOVdlXxS6+PD2pthGtz+zdQ6QnM=";
hash = "sha256-ITRpWO7PEtfg5kM9LF3koZgzuPtLxoGFhorMlXlwSdI=";
};
build-system = [