From d87aa8444bd8964926d934424a248af9e25c2d9f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 30 Aug 2024 19:43:21 +0200 Subject: [PATCH] python312Packages.cohere: 5.8.1 -> 5.9.0 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.8.1...5.9.0 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.9.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 43180319f7e9..2525aeceba41 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.8.1"; + version = "5.9.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-IU+6X2lyH+5SeWSfzogLLj0D5t1rRwkNbb8AyaaIxnA="; + hash = "sha256-lD/J21RfJ6iBLOr0lzYBJmbTdiZUV8z6IMhZFbfWixM="; }; build-system = [ poetry-core ];