Merge pull request #296112 from r-ryantm/auto-update/python311Packages.cohere

python311Packages.cohere: 4.52 -> 4.56
This commit is contained in:
Nick Cao
2024-03-16 11:13:38 -07:00
committed by GitHub
@@ -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 = [