Commit 2e27e8de authored by happysalada's avatar happysalada
Browse files

python3Packages.docling: 2.17.0 -> 2.20.0

parent a109bc74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,14 +44,14 @@

buildPythonPackage rec {
  pname = "docling";
  version = "2.17.0";
  version = "2.20.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "DS4SD";
    repo = "docling";
    tag = "v${version}";
    hash = "sha256-OtUFQRNqyTGT1Z41tHziwM5hqbk+tg/97bxhtPVtmN0=";
    hash = "sha256-6p6/UwbI4ZB6ro1O5ELg8fENEnpH4ycpCyOk7QPX7cY=";
  };

  build-system = [