Skip to content

Commit 5a0d887

Browse files
committed
docling: 2.28.1 -> 2.28.2
1 parent da6f746 commit 5a0d887

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
@@ -50,14 +50,14 @@
5050

5151
buildPythonPackage rec {
5252
pname = "docling";
53-
version = "2.28.1";
53+
version = "2.28.2";
5454
pyproject = true;
5555

5656
src = fetchFromGitHub {
5757
owner = "docling-project";
5858
repo = "docling";
5959
tag = "v${version}";
60-
hash = "sha256-PVUBwxKa9yKVtXpnyzfZvcfwEndE614N8ElXxqjabZw=";
60+
hash = "sha256-YCZhLrukuQ0Y/4h7v6CfD0oMAfcbioqfs5mU9ImtnNM=";
6161
};
6262

6363
build-system = [

0 commit comments

Comments
 (0)