Skip to content

Commit

Permalink
python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Nov 9, 2024
1 parent cf6a8c9 commit 5f45ecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/docling-parse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f45ecf

Please sign in to comment.