Merge pull request #264131 from natsukium/cohere/update
python311Packages.cohere: 4.26.1 -> 4.32
This commit is contained in:
commit
9469cad845
1 changed files with 4 additions and 2 deletions
|
@ -9,18 +9,19 @@
|
|||
, fastavro
|
||||
, importlib-metadata
|
||||
, requests
|
||||
, urllib3
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cohere";
|
||||
version = "4.26.1";
|
||||
version = "4.32";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-kiU5VooOWhqnjdhSHAIGV+D4pm9Qupz2oo0TZz9ASY8=";
|
||||
hash = "sha256-OAd0e+mE8hHc6RHBM1vXE68qwrcPcpZ4OB5v9uRQ5oE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -42,6 +43,7 @@ buildPythonPackage rec {
|
|||
fastavro
|
||||
importlib-metadata
|
||||
requests
|
||||
urllib3
|
||||
];
|
||||
|
||||
# tests require CO_API_KEY
|
||||
|
|
Loading…
Reference in a new issue