Skip to content

Commit

Permalink
python310Packages.txtai: 6.0.0 -> 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Yt committed Oct 16, 2023
1 parent ed57521 commit ea61b75
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 = "6.0.0";
version = "6.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-lGRdSUSQGdxe+I4WrUkE4hIyyJ1HcFn3cXO3zd27fsM=";
hash = "sha256-ZUMfDyebroa9r01bOUFYDyVjuNUqlPU88HBocp3YQJ4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ea61b75

Please sign in to comment.