python310Packages.unstructured-inference: 0.5.7 -> 0.5.22

This commit is contained in:
happysalada 2023-09-07 05:04:21 -04:00 committed by Yt
parent 8fccc08bbd
commit b02edfa6f9

View file

@ -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 = ''