python3Packages.crewai: 1.10.0 -> 1.10.2a1

This commit is contained in:
R. Ryantm
2026-03-22 09:50:24 +00:00
committed by Gaetan Lepage
parent 0a8f141d74
commit 838456b8fd
@@ -54,14 +54,14 @@
buildPythonPackage (finalAttrs: {
pname = "crewai";
version = "1.10.0";
version = "1.10.2a1";
pyproject = true;
src = fetchFromGitHub {
owner = "crewAIInc";
repo = "crewAI";
tag = finalAttrs.version;
hash = "sha256-oHDGn77rmjKKH4t+5xSy+r6m/GaI+q6RDwrTpWfIrxs=";
hash = "sha256-BpatnCX25YREK13bD8iFvBkpUgqqoQorkg3Ic9cJKsg=";
};
postPatch = ''