awscli: 1.25.31 -> 1.25.42

This commit is contained in:
Maxine Aubrey 2022-07-31 11:21:31 +02:00
parent 2d7467c64c
commit 321f94fb46
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -35,11 +35,11 @@ let
in in
with py.pkgs; buildPythonApplication rec { with py.pkgs; buildPythonApplication rec {
pname = "awscli"; pname = "awscli";
version = "1.25.31"; # N.B: if you change this, change botocore and boto3 to a matching version too version = "1.25.42"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-z5FA8Xmv8Abqh/ckYB5Bcgwrnd0FlHJQJi562tLZ3hE="; hash = "sha256-5DH3Ik0DHmHfZ+XfFjmC2CL5WRoA9ENgzDeYfCgwtTI=";
}; };
# https://github.com/aws/aws-cli/issues/4837 # https://github.com/aws/aws-cli/issues/4837