awscli: 1.19.25 -> 1.19.27

authored by

Tim Steinbach and committed by
Tim Steinbach
77297a75 a09e46c1

+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.25"; # N.B: if you change this, change botocore and boto3 to a matching version too 31 + version = "1.19.27"; # 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-YL5MnlN+DODGgpi2qtpr6wwC0nuebl/VoBzXRk4l4R8="; 35 + sha256 = "sha256-xScwrjQaqPqssuFTUrTrLVRIUnnFp1OkHAjAA1MpcJU="; 36 36 }; 37 37 38 38 # https://github.com/aws/aws-cli/issues/4837