awscli: Fix comments

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Tim Steinbach
2021-03-02 14:46:05 -05:00
co-authored by Sandro
parent 1af4727101
commit f4fcfce627
+1 -1
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;