From 929aebe3fcb7b98a8d7dfe4241d75c2447d40a39 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 4 Nov 2024 01:02:13 +0000 Subject: [PATCH] python312Packages.cohere: 5.11.2 -> 5.11.3 --- 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 283997da023f..a7a7758656ae 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.11.2"; + version = "5.11.3"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-QwloUY22Zy+gu8ggpLReXHXw11sZ/P0/Ao75a85MKN4="; + hash = "sha256-0Y/zSw2pdrwsYpBctiV/tVf2xPhf3jG7c18frSjBass="; }; build-system = [ poetry-core ];