python312Packages.cohere: 5.6.0 -> 5.6.1

This commit is contained in:
R. Ryantm 2024-07-20 09:52:07 +00:00
parent b098e0c792
commit a978b3f9bb

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.6.0";
version = "5.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-zv4zSUQzt2jjuKumaV5vI3GbhZWKEjALohfuxQp6i7Q=";
hash = "sha256-uHUCU3vZAvP14+TJcuHffeclTRJ8hc+aqtOfvTRlfa4=";
};
build-system = [ poetry-core ];