awscli: Fix comments
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1af4727101
commit
f4fcfce627
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue