python310Packages.txtai: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm 2023-11-12 01:50:26 +00:00 committed by Yt
parent 8213089f8d
commit 6f31405389

View File

@ -52,7 +52,7 @@
, unittestCheckHook
}:
let
version = "6.1.0";
version = "6.2.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-ZUMfDyebroa9r01bOUFYDyVjuNUqlPU88HBocp3YQJ4=";
hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4=";
};
nativeBuildInputs = [