From b7ad48f1cc4f628fb1ba97a5be7c89c4f17abda2 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 4 May 2026 14:33:36 +0200 Subject: [PATCH] python3Packages.crewai: 1.14.3 -> 1.14.4 --- pkgs/development/python-modules/crewai/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/crewai/default.nix b/pkgs/development/python-modules/crewai/default.nix index 6fc1b8d17010..204551a50f69 100644 --- a/pkgs/development/python-modules/crewai/default.nix +++ b/pkgs/development/python-modules/crewai/default.nix @@ -56,14 +56,14 @@ buildPythonPackage (finalAttrs: { pname = "crewai"; - version = "1.14.3"; + version = "1.14.4"; pyproject = true; src = fetchFromGitHub { owner = "crewAIInc"; repo = "crewAI"; tag = finalAttrs.version; - hash = "sha256-AMGAo2fllV4RasRXoeOpJii8aWfu7/JW1iXp3VgTGVo="; + hash = "sha256-QrJM2oVoqos8GMhrn9E6i1m1O1guP/q+51b8NYtJA5Q="; }; postPatch = ''