python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691)

This commit is contained in:
R. RyanTM 2024-11-09 23:43:28 +10:00 committed by GitHub
parent cf6a8c9b4b
commit 5f45ecf05c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "docling-parse";
version = "2.0.2";
version = "2.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "DS4SD";
repo = "docling-parse";
rev = "refs/tags/v${version}";
hash = "sha256-unXGmMp5xyRCqSoFmqcQAZOBzpE0EzgEEBIfZUHhRcQ=";
hash = "sha256-pZJ7lneg4ftAoWS5AOflkkKCwZGF4TJIuqDjq4W4VBw=";
};
dontUseCmakeConfigure = true;