Skip to content

Commit

Permalink
python312Packages.cohere: 5.11.1 -> 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 29, 2024
1 parent a716850 commit 1c95812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cohere/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

buildPythonPackage rec {
pname = "cohere";
version = "5.11.1";
version = "5.11.2";
pyproject = true;

src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-3fYc0jOfmQ8wnKb5JZY+fXoN+8dXhJi5bj2TJHJaOEo=";
hash = "sha256-QwloUY22Zy+gu8ggpLReXHXw11sZ/P0/Ao75a85MKN4=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 1c95812

Please sign in to comment.