Unverified Commit 1ac9389e authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

awsebcli: 3.27 -> 3.27.1 (#505256)

parents cd088541 35fe00bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ in

python.pkgs.buildPythonApplication (finalAttrs: {
  pname = "awsebcli";
  version = "3.27";
  version = "3.27.1";
  pyproject = true;
  doInstallCheck = true;

@@ -35,7 +35,7 @@ python.pkgs.buildPythonApplication (finalAttrs: {
    owner = "aws";
    repo = "aws-elastic-beanstalk-cli";
    tag = finalAttrs.version;
    hash = "sha256-bqGed3LCOAG5+bSwdaenxM3HtNXI6iRq191XS5Aau8c=";
    hash = "sha256-5SmV+V+B3GYDnuOH8abh+NzGTZpMId41ZrJ7Fr6cXZo=";
  };

  pythonRelaxDeps = [