python311Packagges.unstructured-inference: 0.7.11 -> 0.7.18

This commit is contained in:
happysalada
2023-12-07 18:49:59 +09:00
committed by Yt
parent d25fad2342
commit 3969697767
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "unstructured-inference";
version = "0.7.11";
version = "0.7.18";
format = "setuptools";
src = fetchFromGitHub {
owner = "Unstructured-IO";
repo = "unstructured-inference";
rev = "refs/tags/${version}";
hash = "sha256-cUd1umD61xHPehutBh5pUWTLyOdn3vbgerRQmsOpuDM=";
hash = "sha256-zCsWFiQlaUGlIr0PjaNl6FuiiWmVDtKTJQQDPj6g12M=";
};
postPatch = ''