python311Packages.txtai: 5.5.1 -> 6.0.0

This commit is contained in:
R. Ryantm 2023-08-15 07:34:15 +00:00 committed by Yt
parent 5e098744a0
commit 4c9ae26c42

View File

@ -52,7 +52,7 @@
, unittestCheckHook
}:
let
version = "5.5.1";
version = "6.0.0";
api = [ aiohttp fastapi uvicorn ];
# cloud = [ apache-libcloud ];
console = [ rich ];
@ -104,8 +104,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "neuml";
repo = "txtai";
rev = "v${version}";
hash = "sha256-h6TwWzLYfFg5x2QMIstAZ5pkxfHobBU+b4gb0HiayzY=";
rev = "refs/tags/v${version}";
hash = "sha256-lGRdSUSQGdxe+I4WrUkE4hIyyJ1HcFn3cXO3zd27fsM=";
};
nativeBuildInputs = [