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

python310Packages.unstructured-inference: 0.5.7 -> 0.5.22

parent 8fccc08b
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.5.7";
  version = "0.5.22";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "Unstructured-IO";
    repo = "unstructured-inference";
    rev = "refs/tags/${version}";
    hash = "sha256-xlsihi1ZTNgdnSk3H8rMBRi4AAxPKNFqygcIMtM/jE0=";
    hash = "sha256-YMPChP8/KB/UioavIa0pdj0wH9bTkN8frFmkQZ3bUPc=";
  };

  postPatch = ''