awscli: 1.19.27 -> 1.19.29

authored by

Tim Steinbach and committed by
Tim Steinbach
f137bcd5 f708a23c

+2 -2
+2 -2
pkgs/tools/admin/awscli/default.nix
··· 28 28 in 29 29 with py.pkgs; buildPythonApplication rec { 30 30 pname = "awscli"; 31 - version = "1.19.27"; # N.B: if you change this, change botocore and boto3 to a matching version too 31 + version = "1.19.29"; # N.B: if you change this, change botocore and boto3 to a matching version too 32 32 33 33 src = fetchPypi { 34 34 inherit pname version; 35 - sha256 = "sha256-xScwrjQaqPqssuFTUrTrLVRIUnnFp1OkHAjAA1MpcJU="; 35 + sha256 = "sha256-d4PdFzIJSMJSpQta7JqCRwIkcgfh8XHgBKOEc/95r3w="; 36 36 }; 37 37 38 38 # https://github.com/aws/aws-cli/issues/4837