Skip to content

Commit

Permalink
python310Packages.txtai: 6.1.0 -> 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Yt committed Nov 12, 2023
1 parent 8213089 commit 6f31405
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.1.0";
version = "6.2.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-ZUMfDyebroa9r01bOUFYDyVjuNUqlPU88HBocp3YQJ4=";
hash = "sha256-aWuY2z5DIVhZ5bRADhKSadCofIQQdLQAb52HnjPMS/4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6f31405

Please sign in to comment.