Skip to content

Commit 5f45ecf

Browse files
authored
python312Packages.docling-parse: 2.0.2 -> 2.0.3 (#354691)
1 parent cf6a8c9 commit 5f45ecf

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/docling-parse

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/docling-parse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "docling-parse";
22-
version = "2.0.2";
22+
version = "2.0.3";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "DS4SD";
2727
repo = "docling-parse";
2828
rev = "refs/tags/v${version}";
29-
hash = "sha256-unXGmMp5xyRCqSoFmqcQAZOBzpE0EzgEEBIfZUHhRcQ=";
29+
hash = "sha256-pZJ7lneg4ftAoWS5AOflkkKCwZGF4TJIuqDjq4W4VBw=";
3030
};
3131

3232
dontUseCmakeConfigure = true;

0 commit comments

Comments
 (0)