Commit 838456b8 authored by R. RyanTM's avatar R. RyanTM Committed by Gaetan Lepage
Browse files

python3Packages.crewai: 1.10.0 -> 1.10.2a1

parent 0a8f141d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''