Merge pull request #184184 from maxeaubrey/awscli2_2.7.20

awscli2: 2.7.14 -> 2.7.20
This commit is contained in:
Jörg Thalheim 2022-07-31 13:18:09 +01:00 committed by GitHub
commit da0f71e076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,29 +15,19 @@ let
sha256 = "sha256-Yx3I3RD57Nx6Cvm4moc5zmMbdsHeYiMghDfbQUor38E=";
};
});
jmespath = super.jmespath.overridePythonAttrs (oldAttrs: rec {
version = "0.10.0";
src = self.fetchPypi {
inherit (oldAttrs) pname;
inherit version;
sha256 = "sha256-uF0FZ7hmYUmpMXJxLmiSBzQzPAzn6Jt4s+mH9x5e1Pk=";
};
# pypi missing test suite
doCheck = false;
});
};
};
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.7.14"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.7.20"; # N.B: if you change this, check if overrides are still up-to-date
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
sha256 = "sha256-ji/hKoYxM3wag9DXy2e/VsJZVGN5UEebWX/ctOVJ42M=";
sha256 = "sha256-o6rs9OMP3154WApboSqUfVn3TRxap0htHczyjAMQe2I=";
};
propagatedBuildInputs = [