From 1c95812eddd7e5451ca168ca83b535042f5508a1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 29 Oct 2024 09:19:19 +0100 Subject: [PATCH] python312Packages.cohere: 5.11.1 -> 5.11.2 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.11.1...5.11.2 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.11.2 --- 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 9c28b1abc0404..283997da023f0 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.1"; + version = "5.11.2"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-3fYc0jOfmQ8wnKb5JZY+fXoN+8dXhJi5bj2TJHJaOEo="; + hash = "sha256-QwloUY22Zy+gu8ggpLReXHXw11sZ/P0/Ao75a85MKN4="; }; build-system = [ poetry-core ];