Skip to content

Commit

Permalink
Merge pull request NixOS#290785 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.txtai

python311Packages.txtai: 6.3.0 -> 7.0.0
  • Loading branch information
happysalada authored Feb 23, 2024
2 parents 3a61481 + 56f6f49 commit db446ec
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.3.0";
version = "7.0.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-Efk4HAJsQtSGp4S8S1dFBmObJ9ff9u9bRrTa5lACpTU=";
hash = "sha256-dYAzbdGEu9gAUzptuSfej6T5LPyTneRWigdAMlGgeqM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit db446ec

Please sign in to comment.