python310Packages.txtai: 6.0.0 -> 6.1.0

This commit is contained in:
R. Ryantm 2023-10-16 12:57:00 +00:00 committed by Yt
parent ed57521e5a
commit ea61b75a4b

View File

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