Skip to content

Commit

Permalink
python311Packages.txtai: 7.0.0 -> 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 20, 2024
1 parent 65d8de7 commit 4511888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/txtai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
, unittestCheckHook
}:
let
version = "7.0.0";
version = "7.1.0";
api = [ aiohttp fastapi uvicorn ];
# cloud = [ apache-libcloud ];
console = [ rich ];
Expand Down Expand Up @@ -105,7 +105,7 @@ buildPythonPackage {
owner = "neuml";
repo = "txtai";
rev = "refs/tags/v${version}";
hash = "sha256-dYAzbdGEu9gAUzptuSfej6T5LPyTneRWigdAMlGgeqM=";
hash = "sha256-L+L2jRkCQKOgd1k3N4mft0Kt6kvCN81lgSQUjoon5rk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4511888

Please sign in to comment.