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