Unverified Commit b7d8a4d2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #232968 from r-ryantm/auto-update/python310Packages.cohere

python310Packages.cohere: 4.3.1 -> 4.5.1
parents 3e10a134 0dd66821
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "cohere";
  version = "4.3.1";
  version = "4.5.1";
  format = "pyproject";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-koIDk7JPKb8lhBkwaX/o76AuaNrFaeapVp54RRxEY9U=";
    hash = "sha256-+/oeZpYyCrQava0lEt5uLlSc65XaBCyI/G/lwAxfBTA=";
  };

  nativeBuildInputs = [