Skip to content

Commit

Permalink
awscli: 1.16.1 -> 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 30, 2018
1 parent 06b3789 commit 4880df9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/tools/admin/awscli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ let

in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.16.1";
version = "1.16.4";

src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "5068efde694e24462646d271335fdef3dde8a0fbbfb986fab0ce7e5368a7df8d";
sha256 = "036cad15f7a551f3d1281b305deb04c6cf05aa3c23fa6d2bba7a0dc4eb5256de";
};

# No tests included
Expand All @@ -42,11 +42,11 @@ in py.pkgs.buildPythonApplication rec {
less
];

postPatch = ''
for i in {py,cfg}; do
substituteInPlace setup.$i --replace "botocore==1.10.10" "botocore>=1.10.9,<=1.11"
done
'';
# postPatch = ''
# for i in {py,cfg}; do
# substituteInPlace setup.$i --replace "botocore==1.10.10" "botocore>=1.10.9,<=1.11"
# done
# '';

postInstall = ''
mkdir -p $out/etc/bash_completion.d
Expand Down

0 comments on commit 4880df9

Please sign in to comment.