We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1bc3d + c14c90e commit bb05461Copy full SHA for bb05461
pkgs/development/python-modules/docling-core/default.nix
@@ -28,14 +28,14 @@
28
29
buildPythonPackage rec {
30
pname = "docling-core";
31
- version = "2.21.1";
+ version = "2.23.0";
32
pyproject = true;
33
34
src = fetchFromGitHub {
35
owner = "DS4SD";
36
repo = "docling-core";
37
tag = "v${version}";
38
- hash = "sha256-I4aH1uASbi0GCQPFkrdrpLLVG/guT+vqXgJ2puzp9kU=";
+ hash = "sha256-NYY1HuSksfu8mujvJHeXQxplp1DbZ6Zqh+pFkIyjBPM=";
39
};
40
41
build-system = [
0 commit comments