1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

python312Packages.docling-serve: 0.7.0 -> 0.8.0 (#400972)

This commit is contained in:
Pol Dellaiera 2025-04-23 04:49:02 +00:00 committed by GitHub
commit e4a23a16f9
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "docling-serve";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "docling-project";
repo = "docling-serve";
tag = "v${version}";
hash = "sha256-QasHVoJITOuys4hASwC43eIy5854G12Yvu7Zncr9ia8=";
hash = "sha256-ACoqhaGiYHf2dqulxfHQDH/JIhuUlH7wyu0JY4hd0U8=";
};
build-system = [