python312Packages.cohere: 5.9.2 -> 5.9.4
Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.9.2...5.9.4 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.9.4
This commit is contained in:
parent
9423bdbb85
commit
ee19fa9300
@ -22,14 +22,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cohere";
|
||||
version = "5.9.2";
|
||||
version = "5.9.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cohere-ai";
|
||||
repo = "cohere-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-7vyaKrMpD1DPe8qptprsAK24kzAwSL4fu53uEqJ1VWE=";
|
||||
hash = "sha256-RtBbS2t0298EyW30yRnqstmXkiU36tou0dsbf6Tq1xE=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
Loading…
Reference in New Issue
Block a user