Commit a120ad68 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python313Packages.docling: 2.43.0 -> 2.47.1

parent 2d2dea19
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -52,14 +52,14 @@

buildPythonPackage rec {
  pname = "docling";
  version = "2.43.0";
  version = "2.47.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "docling-project";
    repo = "docling";
    tag = "v${version}";
    hash = "sha256-fMLED97DhfHp74GVDtdPXrJvfpKw6bOvQAaGTWZrPyE=";
    hash = "sha256-U82hGvWXkKwZ4um0VevVoYiIfzswu5hLDYvxtqJqmHU=";
  };

  build-system = [
@@ -101,6 +101,8 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "lxml"
    "pypdfium2"
    "pillow"
  ];