mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.crewai-{core,cli}: 1.15.15 -> 1.15.17 (#555153)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "crewai-cli";
|
||||
version = "1.15.15";
|
||||
version = "1.15.17";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "crewai-core";
|
||||
version = "1.15.15";
|
||||
version = "1.15.17";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "crewAIInc";
|
||||
repo = "crewAI";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-5c1kRoBOSFDqN04TaWgrQu3d0krQRh7Jx37k7nSq+ck=";
|
||||
hash = "sha256-CkOX1Qq8ZDjUadKmEUt6gQsG//Z1GHw9moKzPRLAr/A=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/lib/crewai-core";
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "crewai";
|
||||
version = "1.15.15";
|
||||
version = "1.15.17";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user