Skip to content

Commit 78db512

Browse files
authored
python3Packages.docling-core: 2.29.0 -> 2.30.1 (#407392)
2 parents 0680f19 + 883bc58 commit 78db512

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

2929
buildPythonPackage rec {
3030
pname = "docling-core";
31-
version = "2.29.0";
31+
version = "2.30.1";
3232
pyproject = true;
3333

3434
src = fetchFromGitHub {
3535
owner = "docling-project";
3636
repo = "docling-core";
3737
tag = "v${version}";
38-
hash = "sha256-KUDqaZv6gE0t5FXjQiuKUsmtV0qMKyF637z7Zg+LYoE=";
38+
hash = "sha256-HTWd3jEStoRlX9NYYEO3PmC9i/cn3k+SJ7RFP0fxa3M=";
3939
};
4040

4141
build-system = [

0 commit comments

Comments
 (0)