python311Packages.cohere: 4.52 -> 4.56

This commit is contained in:
R. Ryantm 2024-03-15 09:04:59 +00:00
parent 2bcf18c64c
commit f3fffe784e

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "4.52";
version = "4.56";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-C2w447+hxsFrjLpV3wrSzptuVb1JTyppq+NUzMCU+Iw=";
hash = "sha256-rOAQzT1A/q74WnfazCMDtou7SnP0h+UGCyBxihqLmzc=";
};
nativeBuildInputs = [