python312Packages.cohere: 5.9.1 -> 5.9.2 (#342475)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-17 14:58:51 +02:00
committed by GitHub
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# build-system
@@ -23,16 +22,14 @@
buildPythonPackage rec {
pname = "cohere";
version = "5.9.1";
version = "5.9.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "cohere-ai";
repo = "cohere-python";
rev = "refs/tags/${version}";
hash = "sha256-c6AWGKX5ML3Zs02hwIYt8dvZVMvWEmUAkOlU0SvpUaA=";
hash = "sha256-7vyaKrMpD1DPe8qptprsAK24kzAwSL4fu53uEqJ1VWE=";
};
build-system = [ poetry-core ];