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

python311Packages.cohere: 4.47 -> 4.49
This commit is contained in:
OTABI Tomoya 2024-02-27 09:32:44 +09:00 committed by GitHub
commit 2320fa9487
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.47";
version = "4.49";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1okhIHnBpUW9SXsUPP96pWMoMfps9Bv3rMk7Sm7/uDk=";
hash = "sha256-UJ6BxE+OG06zGyfY6jiOeeBMW+6DCKwaM3pgU90/Woc=";
};
nativeBuildInputs = [