From dc96a0cf3662ad0fa8d6c8065dd5d35027b01dc3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 26 Sep 2024 07:48:59 +0200 Subject: [PATCH] python312Packages.cohere: 5.9.4 -> 5.10.0 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.9.4...5.10.0 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.10.0 --- pkgs/development/python-modules/cohere/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index 482cba0c24cc..79fcf2764bd3 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.9.4"; + version = "5.10.0"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-RtBbS2t0298EyW30yRnqstmXkiU36tou0dsbf6Tq1xE="; + hash = "sha256-9d72JWEz2L8yyZQKkdwQMgwQM3nz4yVHnmVCERaa5C8="; }; build-system = [ poetry-core ];