awscli2: 2.7.14 -> 2.7.20

This commit is contained in:
Maxine Aubrey 2022-07-31 11:24:56 +02:00
parent 2d7467c64c
commit 439b147934
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

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 = [