python310Packages.txtai: 6.0.0 -> 6.1.0
This commit is contained in:
parent
ed57521e5a
commit
ea61b75a4b
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue