Unverified Commit f82daa41 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python312Packages.docling-parse: 3.3.1 -> 3.4.0 (#386223)

parents 1fb4d635 53ed00e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "docling-parse";
  version = "3.3.1";
  version = "3.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "DS4SD";
    repo = "docling-parse";
    tag = "v${version}";
    hash = "sha256-ogizwEllgwcWMWV3+9vvd95WKUJJ9N0dpca84t1zdBo=";
    hash = "sha256-q3433hz5T5hhhRd6OTADeuvyKbsuCAhuWT4jxrOD6Sw=";
  };

  dontUseCmakeConfigure = true;