Commit f3fffe78 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.cohere: 4.52 -> 4.56

parent 2bcf18c6
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 = [