Unverified Commit 534a28ce authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #296112 from r-ryantm/auto-update/python311Packages.cohere

python311Packages.cohere: 4.52 -> 4.56
parents ad704eca f3fffe78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "cohere";
  version = "4.52";
  version = "4.56";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-C2w447+hxsFrjLpV3wrSzptuVb1JTyppq+NUzMCU+Iw=";
    hash = "sha256-rOAQzT1A/q74WnfazCMDtou7SnP0h+UGCyBxihqLmzc=";
  };

  nativeBuildInputs = [