From 6db48d43b648d67bf6457d2b03abda037cc5f09f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 17 Sep 2024 09:48:41 +0200 Subject: [PATCH] python312Packages.cohere: 5.9.1 -> 5.9.2 Diff: https://github.com/cohere-ai/cohere-python/compare/refs/tags/5.9.1...5.9.2 Changelog: https://github.com/cohere-ai/cohere-python/releases/tag/5.9.2 --- pkgs/development/python-modules/cohere/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index 64d4d51827e5..61bf159a4b5b 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -1,7 +1,6 @@ { lib, buildPythonPackage, - pythonOlder, fetchFromGitHub, # build-system @@ -23,16 +22,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.9.1"; + version = "5.9.2"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; rev = "refs/tags/${version}"; - hash = "sha256-c6AWGKX5ML3Zs02hwIYt8dvZVMvWEmUAkOlU0SvpUaA="; + hash = "sha256-7vyaKrMpD1DPe8qptprsAK24kzAwSL4fu53uEqJ1VWE="; }; build-system = [ poetry-core ];