awscli: Fix comments

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tim Steinbach 2021-03-02 11:40:57 -05:00
parent 1af4727101
commit f4fcfce627

View file

@ -28,7 +28,7 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli";
version = "1.19.18"; # N.B: if you change this, change botocore and boto3 o a matching version too
version = "1.19.18"; # N.B: if you change this, change botocore and boto3 to a matching version too
src = fetchPypi {
inherit pname version;