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

python311Packages.cohere: 4.49 -> 4.51
This commit is contained in:
OTABI Tomoya 2024-02-28 10:11:31 +09:00 committed by GitHub
commit 477d3e191a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [