Commit c392ad59 authored by happysalada's avatar happysalada Committed by Yt
Browse files

python311Packages.unstructured-inference: 0.7.5 -> 0.7.11

parent 39e7a952
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "unstructured-inference";
  version = "0.7.5";
  version = "0.7.11";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-inference";
    rev = "refs/tags/${version}";
    hash = "sha256-PorNIga1NgKgxkTfa5uBbVJbYoETuDrskDr2jSGwyYE=";
    hash = "sha256-cUd1umD61xHPehutBh5pUWTLyOdn3vbgerRQmsOpuDM=";
  };

  postPatch = ''