From 6aaaa70856ba19a7e20dd41fba17f654736b71b4 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 22 Jul 2024 17:34:07 +0200 Subject: [PATCH] python311Packages.cohere: 5.6.1 -> 5.6.2 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.6.1...5.6.2 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.6.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 bdddf54820ee..a63d570da48a 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.6.1"; + version = "5.6.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-uHUCU3vZAvP14+TJcuHffeclTRJ8hc+aqtOfvTRlfa4="; + hash = "sha256-NnEjW4zDVaU87Sm1t7DM7QPbcpAf7X9MGkV346Bb4Xk="; }; build-system = [ poetry-core ];