Skip to content

Commit a1eaf8e

Browse files
authored
docling: 2.30.0 -> 2.31.0 (#402212)
2 parents 5b758fc + 608240c commit a1eaf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

5050
buildPythonPackage rec {
5151
pname = "docling";
52-
version = "2.30.0";
52+
version = "2.31.0";
5353
pyproject = true;
5454

5555
src = fetchFromGitHub {
5656
owner = "docling-project";
5757
repo = "docling";
5858
tag = "v${version}";
59-
hash = "sha256-uYhqnOyj0bN/v51mafSAT073fVVedppsHZHQCk7E2Rk=";
59+
hash = "sha256-hvNvplEjF/zEchJBN2yJ0/D5Yec/Grr6kdpzRLXeyZU=";
6060
};
6161

6262
build-system = [

0 commit comments

Comments
 (0)