python311Packages.cohere: 4.49 -> 4.51

This commit is contained in:
R. Ryantm 2024-02-27 16:26:15 +00:00
parent 100ce73c31
commit fd3da68497

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "4.49";
version = "4.51";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UJ6BxE+OG06zGyfY6jiOeeBMW+6DCKwaM3pgU90/Woc=";
hash = "sha256-AfsJLqkDjdT7Ng77NQb60kUe0jHLZ3TjJLmTyTdKVQo=";
};
nativeBuildInputs = [