Unverified Commit 0e09bd7d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.cohere: 5.13.11 -> 5.13.12 (#382540)

parents 5e4aaa74 b3703a08
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "cohere";
  version = "5.13.11";
  version = "5.13.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cohere-ai";
    repo = "cohere-python";
    tag = version;
    hash = "sha256-vDf5EoXCnYJhPnn9uj9L2cAnj7z1HVG1KxtxXByjwt8=";
    hash = "sha256-umHqkrYECz6SGwnNdHmWoD0n6+aNnyREYPK0i8AUfss=";
  };

  build-system = [ poetry-core ];
@@ -52,7 +52,7 @@ buildPythonPackage rec {
  meta = {
    description = "Simplify interfacing with the Cohere API";
    homepage = "https://docs.cohere.com/docs";
    changelog = "https://github.com/cohere-ai/cohere-python/releases/tag/${version}";
    changelog = "https://github.com/cohere-ai/cohere-python/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ natsukium ];
  };