Unverified Commit a8f6f582 authored by Yt's avatar Yt Committed by GitHub
Browse files

docling: 2.28.1 -> 2.28.2 (#394076)

parents c792a2ad 5a0d887a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,14 +50,14 @@

buildPythonPackage rec {
  pname = "docling";
  version = "2.28.1";
  version = "2.28.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "docling-project";
    repo = "docling";
    tag = "v${version}";
    hash = "sha256-PVUBwxKa9yKVtXpnyzfZvcfwEndE614N8ElXxqjabZw=";
    hash = "sha256-YCZhLrukuQ0Y/4h7v6CfD0oMAfcbioqfs5mU9ImtnNM=";
  };

  build-system = [