python311Packages.txtai: 7.0.0 -> 7.1.0
This commit is contained in:
parent
65d8de75bd
commit
451188832a
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
, unittestCheckHook
|
, unittestCheckHook
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "7.0.0";
|
version = "7.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-dYAzbdGEu9gAUzptuSfej6T5LPyTneRWigdAMlGgeqM=";
|
hash = "sha256-L+L2jRkCQKOgd1k3N4mft0Kt6kvCN81lgSQUjoon5rk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue