awscli: 1.18.206 -> 1.18.207

This commit is contained in:
Tim Steinbach 2021-01-01 15:50:19 -05:00
parent bef1919fbd
commit 116b2a040d
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

View file

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.18.206"; # N.B: if you change this, change botocore to a matching version too
version = "1.18.207"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+BEiIuhZ0L8WXNN0hkOMVH2eTojyAiuj3zahuiGkx7I=";
sha256 = "sha256-E6emaaPxIgYk5Zwh3oBHUrbye43/mGjzvVeMx/Re33w=";
};
postPatch = ''