python312Packages.cohere: 5.14.2 -> 5.15.0

This commit is contained in:
R. Ryantm
2025-04-24 13:12:44 +00:00
parent 94bf536ca0
commit 1e600fa82b
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.14.2";
version = "5.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-58l6yBJsKDpFktZITbHemLm/PdK9BZOhoxsCJNvyCmQ=";
hash = "sha256-X/6eAST9du6GT3j0d1xZuYfzN5p7rYlgGIIqv7V6vik=";
};
build-system = [ poetry-core ];