python3Packages.cohere: 7.0.3 -> 7.0.4

This commit is contained in:
R. Ryantm
2026-06-16 11:55:11 +00:00
parent b38530584b
commit f507a43c8e
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "7.0.3";
version = "7.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
tag = version;
hash = "sha256-MEw1H17Cy5ItCek72HSPLDYBmRpTzFEDg9SZE1iMWFE=";
hash = "sha256-iFqzWuWOKbJcvmGFEI0jt0fkBlZHlzmzZXZO7tIn638=";
};
build-system = [ poetry-core ];