Merge pull request #334829 from GaetanLepage/cohere

python312Packages.cohere: 5.8.0 -> 5.8.1
This commit is contained in:
Pol Dellaiera 2024-08-15 14:16:53 +02:00 committed by GitHub
commit 6a9b41f437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.8.0";
version = "5.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-ejqsiT0hDBusqOjDGaK6Wda3xr3iyZuQPFj0EDugcew=";
hash = "sha256-IU+6X2lyH+5SeWSfzogLLj0D5t1rRwkNbb8AyaaIxnA=";
};
build-system = [ poetry-core ];