Commit 31e0653b authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files
parent df1c1d5b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  fetchPypi,
  git,
  versionCheckHook,
}:

let
@@ -25,14 +26,15 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "awsebcli";
  version = "3.25.2";
  version = "3.25.3";
  pyproject = true;
  doInstallCheck = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-elastic-beanstalk-cli";
    tag = version;
    hash = "sha256-6PeOn0owjEjTWdEwgXILiGq+6T5GBBc61viiG5GNeYo=";
    hash = "sha256-PFyLVpmye+WIiF9xR37ydjLy0OvlIMDSIMaN4y0WM/E=";
  };

  pythonRelaxDeps = [
@@ -68,6 +70,7 @@ python.pkgs.buildPythonApplication rec {
    mock
    pytest-socket
    pytestCheckHook
    versionCheckHook
  ];

  enabledTestPaths = [