Skip to content

Commit 4f34a3d

Browse files
authored
python312Packages.docling-core: 2.3.1 -> 2.3.2 (#355294)
2 parents 70e17e3 + cb6456f commit 4f34a3d

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
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage rec {
1818
pname = "docling-core";
19-
version = "2.3.1";
19+
version = "2.3.2";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "DS4SD";
2424
repo = "docling-core";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-yNsmMAeR1sbZsddpjMFWZy2UAbIWWiZmdW4/lwLvCbM=";
26+
hash = "sha256-N8rL+5bCVF4Qi5eqgkaB2r3LTYoqTVPeK4gQ6stiW/w=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)