mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #251187 from natsukium/cohere/update
python310Packages.cohere: 4.16.0 -> 4.21
This commit is contained in:
commit
9dfdbeb0fa
@ -5,20 +5,21 @@
|
||||
, pythonOlder
|
||||
, aiohttp
|
||||
, backoff
|
||||
, fastavro
|
||||
, importlib-metadata
|
||||
, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cohere";
|
||||
version = "4.16.0";
|
||||
version = "4.21";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-i6kbjugulAcmmInFb+rH4WB50dM7SDO1HNW/JgD4OTQ=";
|
||||
hash = "sha256-9hFDj0Cd/F1aChU6WFNJ9agLFpxxArWZTZmZ7PhECGY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -28,6 +29,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
backoff
|
||||
fastavro
|
||||
importlib-metadata
|
||||
requests
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user