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 in 29 with py.pkgs; buildPythonApplication rec { 30 pname = "awscli"; 31 - version = "1.19.25"; # N.B: if you change this, change botocore and boto3 to a matching version too 32 33 src = fetchPypi { 34 inherit pname version; 35 - sha256 = "sha256-YL5MnlN+DODGgpi2qtpr6wwC0nuebl/VoBzXRk4l4R8="; 36 }; 37 38 # https://github.com/aws/aws-cli/issues/4837
··· 28 in 29 with py.pkgs; buildPythonApplication rec { 30 pname = "awscli"; 31 + version = "1.19.27"; # N.B: if you change this, change botocore and boto3 to a matching version too 32 33 src = fetchPypi { 34 inherit pname version; 35 + sha256 = "sha256-xScwrjQaqPqssuFTUrTrLVRIUnnFp1OkHAjAA1MpcJU="; 36 }; 37 38 # https://github.com/aws/aws-cli/issues/4837