python312Packages.cohere: 5.8.1 -> 5.9.0 (#338441)

This commit is contained in:
Nick Cao
2024-08-31 09:42:07 -04:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.8.1";
version = "5.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-IU+6X2lyH+5SeWSfzogLLj0D5t1rRwkNbb8AyaaIxnA=";
hash = "sha256-lD/J21RfJ6iBLOr0lzYBJmbTdiZUV8z6IMhZFbfWixM=";
};
build-system = [ poetry-core ];