awscli: 1.19.4 -> 1.19.5

This commit is contained in:
Tim Steinbach 2021-02-10 10:02:14 -05:00
parent aa66f4bf5a
commit cf49e44467
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -28,11 +28,11 @@ let
in with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.19.4"; # N.B: if you change this, change botocore to a matching version too
version = "1.19.5"; # N.B: if you change this, change botocore to a matching version too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fXQ6In3BBMvy1Jz6+OO8CXYVefIVrsVAUQHbNEroSII=";
sha256 = "sha256-SwYL2ViwazP2MDZbW9cRThvg6jVOMlkfsbpY6QDsjQY=";
};
postPatch = ''