Skip to content

Commit 1a0f9b1

Browse files
authored
python312Packages.docling-core: 2.17.2 -> 2.18.1 (#382619)
2 parents 7c10b69 + 34f95a4 commit 1a0f9b1

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
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "docling-core";
26-
version = "2.17.2";
26+
version = "2.18.1";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "DS4SD";
3131
repo = "docling-core";
3232
tag = "v${version}";
33-
hash = "sha256-JO6WI2juehO825QOO0FkD58OigEoLGOZAnPBOD4b1tI=";
33+
hash = "sha256-ymFBR+nz/zq6EFgCbSQPfZDQ/Gk8QeJrkeVQ7KZ9bmo=";
3434
};
3535

3636
build-system = [

0 commit comments

Comments
 (0)