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

This commit is contained in:
Nick Cao
2025-02-16 10:22:31 -05:00
committed by GitHub
@@ -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 ];
};