Commit 5bb5301b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.crewai: 1.7.2 -> 1.8.1

https://github.com/crewAIInc/crewAI/releases/tag/1.8.1

This commit was automatically generated using update-python-libraries.
parent b42648e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -46,14 +46,14 @@

buildPythonPackage rec {
  pname = "crewai";
  version = "1.7.2";
  version = "1.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "crewAIInc";
    repo = "crewAI";
    tag = version;
    hash = "sha256-liJS3hrNsyAt49ROUi3/pWXfMP2wA/bFyy6yEOV6Rrk=";
    hash = "sha256-MQx1FOh2bwbkDbvR6aP5z071xwbGT8bxK9OjhskdVyI=";
  };

  sourceRoot = "${src.name}/lib/crewai";
@@ -449,7 +449,7 @@ buildPythonPackage rec {
  meta = {
    description = "Framework for orchestrating role-playing, autonomous AI agents";
    homepage = "https://github.com/crewAIInc/crewAI";
    changelog = "https://github.com/crewAIInc/crewAI/releases/tag/${version}";
    changelog = "https://github.com/crewAIInc/crewAI/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ liberodark ];
    platforms = lib.platforms.linux;