Unverified Commit 495d3fb3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

awsebcli: 3.23.2 -> 3.23.3 (#403597)

parents 616a4621 9a10b904
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "awsebcli";
  version = "3.23.2";
  version = "3.23.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-elastic-beanstalk-cli";
    tag = version;
    hash = "sha256-nZP3eepp3hUT2hCxz75vTP1N2akOZPQhyFRN6ecJvU4=";
    hash = "sha256-Jaj90NRCwaxRQQlB4s4Us+liYiNohpwRsHuvKM5WmbU=";
  };

  pythonRelaxDeps = [