python3Packages.cohere: 4.21 -> 4.26.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:05:56 +02:00
parent c8356772ea
commit f0a4cc4537

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "4.21";
version = "4.26.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9hFDj0Cd/F1aChU6WFNJ9agLFpxxArWZTZmZ7PhECGY=";
hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8=";
};
patches = [