Skip to content

Commit 5301599

Browse files
authored
python3Packages.docling-ibm-models: 3.4.2 -> 3.4.3 (#407254)
2 parents 3ad376e + 4d4e253 commit 5301599

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/docling-ibm-models

1 file changed

+2
-2
lines changed

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

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

3030
buildPythonPackage rec {
3131
pname = "docling-ibm-models";
32-
version = "3.4.2";
32+
version = "3.4.3";
3333
pyproject = true;
3434

3535
src = fetchFromGitHub {
3636
owner = "docling-project";
3737
repo = "docling-ibm-models";
3838
tag = "v${version}";
39-
hash = "sha256-C3SRz4z5m/UjK+ZmpM94jLRr2xTwql7CdhFTj3HEOc0=";
39+
hash = "sha256-EcBlvb6UNHe2lZFBuC4eSa6Ka82HRNnsQqK/AQuPvoA=";
4040
};
4141

4242
build-system = [

0 commit comments

Comments
 (0)