Skip to content

Commit c14c90e

Browse files
committed
python312Packages.docling-core: 2.21.1 -> 2.23.0
1 parent 7d7f86a commit c14c90e

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.21.1";
31+
version = "2.23.0";
3232
pyproject = true;
3333

3434
src = fetchFromGitHub {
3535
owner = "DS4SD";
3636
repo = "docling-core";
3737
tag = "v${version}";
38-
hash = "sha256-I4aH1uASbi0GCQPFkrdrpLLVG/guT+vqXgJ2puzp9kU=";
38+
hash = "sha256-NYY1HuSksfu8mujvJHeXQxplp1DbZ6Zqh+pFkIyjBPM=";
3939
};
4040

4141
build-system = [

0 commit comments

Comments
 (0)