awscli: 1.30.2 -> 1.31.6

https://github.com/aws/aws-cli/compare/1.30.2...1.31.6
This commit is contained in:
Anthony Roussel 2023-11-27 12:26:52 +01:00 committed by Martin Weinelt
parent 56f2d45fef
commit efb07f3d8f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -10,14 +10,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.30.2"; # N.B: if you change this, change botocore and boto3 to a matching version too
version = "1.31.6"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;
hash = "sha256-XbYsPbYUIJPCS+nhcE3A5K7yxHcGUkulT5vHPT5T9kM=";
hash = "sha256-PINiNkP2vopPgc9bH0x7mifeUt7gdXi3/i2Ye96RANg=";
};
propagatedBuildInputs = with python3.pkgs; [
botocore
bcdoc