Merge pull request #290785 from r-ryantm/auto-update/python311Packages.txtai
python311Packages.txtai: 6.3.0 -> 7.0.0
This commit is contained in:
commit
db446ec2c2
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
, unittestCheckHook
|
, unittestCheckHook
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "6.3.0";
|
version = "7.0.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-Efk4HAJsQtSGp4S8S1dFBmObJ9ff9u9bRrTa5lACpTU=";
|
hash = "sha256-dYAzbdGEu9gAUzptuSfej6T5LPyTneRWigdAMlGgeqM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue