Unverified Commit a66433ec authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.docling-serve: 1.1.0 -> 1.5.1 (#444941)

parents 20311074 271df768
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "docling-serve";
  version = "1.1.0";
  version = "1.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "docling-project";
    repo = "docling-serve";
    tag = "v${version}";
    hash = "sha256-A8q1mjrtm8VgwsOpBCVD61K88wrjsYHiWdbv0XvACG4=";
    hash = "sha256-JUHXrvsZBF/WHxsMT1xkPzpuX483RxF3ZlO+/NUMZ/8=";
  };

  build-system = [